DateRange.DateRange

DateRange(DateTime, DateTime)

Initializes a new instance of the DateRange class

public DateRange(DateTime startTime, DateTime endTime)
ParameterTypeDescription
startTimeDateTimeSpecifies the start of a time period.
endTimeDateTimeSpecifies the end of a time period.

See Also


DateRange()

Initializes a new instance of the DateRange class

public DateRange()

See Also