WorkingHours
extends Type
in package
Represents the time zone settings and working hours for the requested mailbox user.
Table of Contents
Properties
- $TimeZone : SerializableTimeZone
- Contains elements that identify time zone information.
- $WorkingPeriodArray : ArrayOfWorkingPeriod
- Contains working period information for the mailbox user.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$TimeZone
Contains elements that identify time zone information.
public
SerializableTimeZone
$TimeZone
This element also contains information about the transition between standard time and daylight saving time.
This element is required if the WorkingHours element is used.
Tags
$WorkingPeriodArray
Contains working period information for the mailbox user.
public
ArrayOfWorkingPeriod
$WorkingPeriodArray
This element is required if the WorkingHours element is used.
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed