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