The SessionTimeRange type exposes the following members.

Constructors

  NameDescription
SessionTimeRangeOverloaded.

Methods

  NameDescription
CompareTo
Compares this instance to the specified instance.
ContainsOverloaded.
EqualsOverloaded.
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.
ToStringOverloaded.

Fields

  NameDescription
Empty
An empty time range.

Properties

  NameDescription
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.

See Also