AccountCreatedDate Property
The time at which the user was created.
Syntax
__property String AccountCreatedDate = {read=FAccountCreatedDate, write=FSetAccountCreatedDate};
Default Value
""
Remarks
The time at which the user was created.
Dates are formatted as RFC 3399 timestamps. When specifying a date in a request it should be converted to UTC for instance:
2016-04-17T09:12:36-00:00Dates returned in responses may contain an offset. For instance:
2016-03-02T13:40:24-08:00
This property is read-only.
Data Type
String