ILicenseExpiresAt Property |
Indicates when the license expires (in UTC).
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax DateTime ExpiresAt { get; }
ReadOnly Property ExpiresAt As DateTime
Get
property DateTime ExpiresAt {
DateTime get ();
}
Property Value
Type:
DateTimeRemarks
Returns `DateTime.MinValue` if the license is invalid.
See Also