Table of Contents

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

startTime DateTime

The start date and time.

endTime DateTime

The end date and time.

Properties

EndTime

Gets or sets the end date and time.

public DateTime EndTime { get; set; }

Property Value

DateTime

StartTime

Gets or sets the start date and time.

public DateTime StartTime { get; set; }

Property Value

DateTime