ContextPeriod

ContextPeriod(DateTime, DateTime)

Инициализирует новый экземплярContextPeriod класс с типом Duration.

public ContextPeriod(DateTime startDate, DateTime endDate)
ПараметрТипОписание
startDateDateTimeДата начала.
endDateDateTimeДата окончания.

Смотрите также


ContextPeriod(DateTime)

Инициализирует новый экземплярContextPeriod класс с типом Instant.

public ContextPeriod(DateTime instantDate)
ПараметрТипОписание
instantDateDateTimeМгновенная дата.

Смотрите также


ContextPeriod(ContextPeriodType)

Инициализирует новый экземплярContextPeriod класс.

public ContextPeriod(ContextPeriodType peroidType)
ПараметрТипОписание
peroidTypeContextPeriodTypeТип периода.

Смотрите также