In This Topic
Start Date and Time of the license
Syntax
'Declaration
Public Property StartTime As System.Date
'Usage
Dim instance As DicomLicense.RamLicenseInfo
Dim value As System.Date
instance.StartTime = value
value = instance.StartTime
public System.DateTime StartTime {get; set;}
public read-write property StartTime: System.DateTime;
public function get,set StartTime : System.DateTime
public: __property System.DateTime get_StartTime();
public: __property void set_StartTime(
System.DateTime value
);
public:
property System.DateTime StartTime {
System.DateTime get();
void set ( System.DateTime value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also