Overload | Description |
---|---|
TimeRange Constructor() | Initialize a new instance of a TimeRange. |
TimeRange Constructor(DateTime,DateTime) | Initialize a new instance of a TimeRange using a start and end time. |
TimeRange Constructor(DateTime,DateTime,TimeReference) | Initialize a new instance of a TimeRange using a start and end time. |
TimeRange Constructor(DateTime,TimeDelta) | Initialize a new instance of a TimeRange using a date and a time interval. |
TimeRange Constructor(DateTime,TimeDelta,TimeReference) | Initialize a new instance of a TimeRange using a date and a time interval. |