TimeWindow(DateTime, DateTime) Constructor
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.
Initializes a new instance of the TimeWindow class.
public:
TimeWindow(DateTime startTime, DateTime endTime);
public TimeWindow (DateTime startTime, DateTime endTime);
Public Sub New (startTime As DateTime, endTime As DateTime)
Parameters
- startTime
- DateTime
The start date and time of a time span.
- endTime
- DateTime
The end date and time of a time span.