FreeBusyViewOptionsType.TimeWindow Property
The TimeWindow property gets or sets the time span that is queried for the user availability information.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property TimeWindow As Duration
Get
Set
'Usage
Dim instance As FreeBusyViewOptionsType
Dim value As Duration
value = instance.TimeWindow
instance.TimeWindow = value
public Duration TimeWindow { get; set; }
Property Value
Type: ExchangeWebServices.Duration
The TimeWindow property returns a Duration object.
Remarks
The maximum value for this time period is 42 days. This maximum value can be modified. Any requests for user availability information beyond the maximum value will return an error. If any appointments are partially in the time span that is defined by the StartTime and EndTime properties of a Duration object, that appointment is included in its entirety.
See Also