Range.Range

Range()

Initializes a new instance of the Range class.

public Range()

See Also


Range(DateTime, DateTime)

Initializes a new instance of the Range class.

public Range(DateTime start, DateTime end)
ParameterTypeDescription
startDateTimeThe start of the time period.
endDateTimeThe end of the time period.

See Also