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
public Duration TimeWindow { get; set; }
public:
property Duration^ TimeWindow {
Duration^ get ();
void set (Duration^ value);
}
/** @property */
public Duration get_TimeWindow ()
/** @property */
public void set_TimeWindow (Duration value)
public function get TimeWindow () : Duration
public function set TimeWindow (value : Duration)
Property Value
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also