FreeBusyViewOptionsType.TimeWindow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The TimeWindow property gets or sets the time span that is queried for the user availability information.
public:
property ExchangeWebServices::Duration ^ TimeWindow { ExchangeWebServices::Duration ^ get(); void set(ExchangeWebServices::Duration ^ value); };
public ExchangeWebServices.Duration TimeWindow { get; set; }
Public Property TimeWindow As 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.