LicenseExpires 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 (24.2.0.1000)
Syntax
public DateTime? Expires { get; }

Property Value

Type: NullableDateTime
The date/time when the license expires, or if the license never expires.

Implements

ILicenseExpires
Remarks
Tip Tip
The time is local, not UTC.
See Also