DateTimeOffset
Overview¶
The DateTimeOffset object represents a date and time value, together with an offset that indicates how much that value differs from UTC.
Remarks¶
It is the default date and time type for Workrunner.
Examples¶
<SampleDate>2017-01-25T19:32:37.748653+03:00</SampleDate>
var newDate = DateTimeOffset.parse('2017-01-25');