Open this page in the API Guide

LicenseData.Expires Property

Gets the date/time when the license expires.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "expires", EmitDefaultValue = false)]
public DateTime? Expires { get; set; }

Property Value

Type: Nullable<DateTime>
The date/time when the license expires, or null if the license never expires.
Remarks
Tip Tip
The time is local, not UTC.
See Also