Class TimeWindow
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents a time period.
public sealed class TimeWindow
- Inheritance
-
TimeWindow
- Inherited Members
Constructors
TimeWindow(DateTime, DateTime)
Initializes a new instance of the TimeWindow class.
public TimeWindow(DateTime startTime, DateTime endTime)
Parameters
Properties
EndTime
Gets or sets the end date and time.
public DateTime EndTime { get; set; }
Property Value
StartTime
Gets or sets the start date and time.
public DateTime StartTime { get; set; }