ILicense.Expires Property |
Gets the date/time when the license expires.
Namespace:
Dundas.BI.Licensing
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
SyntaxDateTime? Expires { get; }
ReadOnly Property Expires As DateTime?
Get
property Nullable<DateTime> Expires {
Nullable<DateTime> get ();
}
abstract Expires : Nullable<DateTime> with get
Property Value
Type:
Nullable<DateTime>The date/time when the license expires, or
null if the license never expires.
Remarks Tip |
---|
The time is local, not UTC. |
See Also