LicenseStatusExpirationDate Property |
The date and time the license will expire.
This value can be null if:
1.) The license contentType is "Standalone" and the license does not expire.
2.) The license contentType is "Network".
3.) The license contentType is "NetworkCheckedOut" and the checkout does not expire
Note, date and time is in local time coordinates.
Namespace:
Rhino.PlugIns
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Nullable<DateTime> ExpirationDate { get; set; }Public Property ExpirationDate As Nullable(Of DateTime)
Get
Set
Property Value
Type:
NullableDateTime
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also