Click or drag to resize

GetUserTimeOffRequestInDateTimeSchema Property

Represents a group of enums that will format any DateTime[Schema] response property based on its type

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public DateTimeSchema DateTimeSchema { get; set; }

Property Value

DateTimeSchema
Remarks
Represents a group of enums that will format any DateTime[Schema] response property based on its type.

Example

Date Time Scheme Types

TypeOutput Example
(0) ISO8601Sort2016-03-21T09:00:00
(1) ISO86012016-03-21T09:00:00.0000000
(2) RFC1123Mon, 21 Mar 2016 09:00:00 GMT
(3) UnixTime1458586800
(4) UnixTimeUTC1458586800
Note  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