The SessionTimeRange type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SessionTimeRange | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| CompareTo |
Compares this instance to the specified instance.
| |
| Contains | Overloaded. | |
| Equals | Overloaded. | |
| Finalize | (Inherited from Object.) | |
| GetHashCode |
Returns a hash code for this time range value.
(Overrides Object..::.GetHashCode()()().) | |
| GetType | (Inherited from Object.) | |
| Intersects |
Returns whether this time range intersects the specified time range.
| |
| MemberwiseClone | (Inherited from Object.) | |
| Reversed |
Returns a new range with the starting and ending values reversed.
| |
| ToString | Overloaded. |
Fields
| Name | Description | |
|---|---|---|
| Empty |
An empty time range.
|
Properties
| Name | Description | |
|---|---|---|
| EndTime |
Gets the end time of the range.
| |
| IsAllInclusive |
Get whether this time range includes all times (the entire day) or not.
| |
| IsEmpty |
Gets whether this time range is empty or not.
| |
| IsOvernight |
Gets or sets whether this is an overnight session or not.
| |
| StartTime |
Gets the start time of the range.
| |
| TimeSpan |
Get the TimeSpan of this session.
|