Click or drag to resize

AccountSettingsValidUntil Property

Returns the date until the current subscription is valid. The date string includes the time zone of the server (UTC). Sample: 2016-06-06T11:25:44+00:00.

Namespace:  TXTextControl.ReportingCloud
Assembly:  ReportingCloudWrapper (in ReportingCloudWrapper.dll) Version: 1.0.204.500 (1.0.204.500)
Syntax
C#
public Nullable<DateTime> ValidUntil { get; set; }

Property Value

Type: NullableDateTime
See Also