TimeWindow Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a time period.
public ref class TimeWindow sealed
public sealed class TimeWindow
Public NotInheritable Class TimeWindow
- Inheritance
-
TimeWindow
Constructors
TimeWindow(DateTime, DateTime) |
Initializes a new instance of the TimeWindow class. |
Properties
EndTime |
Gets or sets the end date and time of a time span. |
StartTime |
Gets or sets the start date and time of a time span. |