Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DateTimeOffset Calendar.GetToday(timeZone: string)

Arguments

string timeZone
Specifies the target time zone for current date in "hh:mm" format. Optional, if not specified system timezone information is used.

Example

Code Block
languagejs
$Calendar.GetToday('').toISOString();

...