| Get |  | 
 Syntax
Syntax Remarks
Remarks|  Caution | 
|---|
| If the UnixTime enum type is provided to the DateTimeSchema then
                    the result date time value is returned with the users  TimeZoneKey applied to the result. Example: In Database value is: 2016-03-25T08:00:00 UsersTimeZone is: UTC-0500 Easter Time Epoch for 8am EST is: 1458907200 See on-line tool: http://www.epochconverter.com | 
 Example
Example| Type | Output Example | 
|---|---|
| (0) ISO8601Sort | 2016-03-21T09:00:00 | 
| (1) ISO8601 | 2016-03-21T09:00:00.0000000 | 
| (2) RFC1123 | Mon, 21 Mar 2016 09:00:00 GMT | 
| (3) UnixTime | 1458586800 | 
| (4) UnixTimeUTC | 1458586800 | 
|  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
See Also