Class TimeRange
Represents a time range with a start and end time.
[Serializable]
public class TimeRange
- Inheritance
-
TimeRange
- Extension Methods
Constructors
- TimeRange(DateTime, DateTime)
Initializes a new instance of the TimeRange class.
Properties
- EndTime
Gets or sets the end time of the time range.
- StartTime
Gets or sets the start time of the time range.