GetUserTimeOffRequestDetailModelStartDateTimeSchema Property | |
The start date-time of the current user time-off detail as a specified pattern
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string StartDateTimeSchema { get; set; }
function get_StartDateTimeSchema();
function set_StartDateTimeSchema(value);
Property Value
StringRemarks
The start date time of the current user time-off detail as a specified pattern. This value represents the end of a users assigned time-off period.
This value will always return a String type. The output type will be based on the
DateTimeSchema enum type.
Example Date Time Scheme Types
Note |
---|
For SOAP calls use the literal string value (ISO8601Sort, ISO8601, RFC1123, UnixTime, UnixTimeUTC). For REST calls use the enum int value (0,1,2,3,4).
|
See Also