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 5 Next »

Overview

Subtracts specified number of hours from specified date time value and returns.

Promise<number> myCalendar.SubtractAsync(start: DateTimeOffset, end: DateTimeOffset)

Arguments

Specifies the base date time value.
Specifies the date time value that will be subtracted from start parameter.

Returns

The number of hours between start and end parameters.
  • No labels