Edit

Share via


TimeWindow(DateTime, DateTime) Constructor

Definition

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.

Applies to