User AccountExpirationDate Property DRA REST Extensions SDK
The date when the account expires. Accepts valid string representations of a date or dateTime value. String is translated to GMT, based on local time zone and culture. So, whether 01/08 is Jan 8 or Aug 1 depends on the local culture. If the time portion is not included, the time is set to midnight. Therefore, it is likely the date set on the user will be the day before the requested date. Examples of valid strings: "2015-01-18 22:19:18" "2015-01-18" "01/08/2015" "01/08/2015 02:00:00"

Namespace: NetIQ.DRA.Common.Rest.DataModels
Assembly: NetIQ.DRA.Common.Rest.Api (in NetIQ.DRA.Common.Rest.Api.dll) Version: 0.0.0.0
Syntax

[DataMemberAttribute(Name = "accountExpirationDate")]
public string AccountExpirationDate { get; set; }

Property Value

Type: OnlineString
See Also