Skip to content

getTime

Returns the numeric instant represented by this value.

myDateTimeOffset.getTime():number

Returns

Milliseconds since the Unix epoch in browser form scripts; .NET ticks in server workflow scripts.

Remarks

Do not persist, exchange, or compare this numeric result across hosts. Use toISOString() for interchange.