BusinessCalendarServiceCalendarAddWorkingDaysToDateExactAsync - метод |
Интерфейс API бизнес календаря.
Пространство имён:
Tessa.BusinessCalendar
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public Task<DateTime> CalendarAddWorkingDaysToDateExactAsync(
DateTime dateTime,
int interval,
TimeSpan? zoneOffset = null,
CancellationToken cancellationToken = default
)
Public Function CalendarAddWorkingDaysToDateExactAsync (
dateTime As DateTime,
interval As Integer,
Optional zoneOffset As TimeSpan? = Nothing,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of DateTime)
public:
virtual Task<DateTime>^ CalendarAddWorkingDaysToDateExactAsync(
DateTime dateTime,
int interval,
Nullable<TimeSpan> zoneOffset = nullptr,
CancellationToken cancellationToken = CancellationToken()
) sealed
abstract CalendarAddWorkingDaysToDateExactAsync :
dateTime : DateTime *
interval : int *
?zoneOffset : Nullable<TimeSpan> *
?cancellationToken : CancellationToken
(* Defaults:
let _zoneOffset = defaultArg zoneOffset null
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<DateTime>
override CalendarAddWorkingDaysToDateExactAsync :
dateTime : DateTime *
interval : int *
?zoneOffset : Nullable<TimeSpan> *
?cancellationToken : CancellationToken
(* Defaults:
let _zoneOffset = defaultArg zoneOffset null
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<DateTime>
Параметры
- dateTime
- Тип: SystemDateTime
- interval
- Тип: SystemInt32
- zoneOffset (Optional)
- Тип: SystemNullableTimeSpan
- cancellationToken (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskDateTimeРеализации
IBusinessCalendarServiceCalendarAddWorkingDaysToDateExactAsync(DateTime, Int32, NullableTimeSpan, CancellationToken)См. также