Click or drag to resize

LicenseDataDateToExpire Property

The date and time the license is set to expire. This is provided by the plug in that validated the license. This time value should be in Coordinated Universal Time (UTC).

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public DateTime? DateToExpire { get; set; }

Property Value

Type: NullableDateTime
See Also