Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Overview

Returns the next valid date time by calendar rules.

Promise<DateTimeOffset> myCalendar.GetDateTimeAsync(relativeDate: string, offset: ( Date | DateTimeOffset ))

Arguments

string relativeDate
Specifies the relative date time value in duration format. (Ex: 4.00:00:00 or P4DT0H0M0S)
( Date | DateTimeOffset ) offset
Specifies the offset value for relative date time. Optional, if not specified current date time is used.

Returns

The next valid date time by calendar rules.
  • No labels