Skip to content

toUTCDate

Returns a numeric value adjusted to UTC from the value's displayed calendar components.

myDateTimeOffset.toUTCDate():number

Returns

A number used by client-side charting and date calculations.

Remarks

Browser form scripts only. This is not the same contract as getTime() and should not be stored or exchanged with workflow scripts; use toISOString() for interchange.