WorkingPeriod
extends Type
in package
Represents the work week days and hours of the mailbox user.
Table of Contents
Properties
- $DayOfWeek : string
- Contains the list of working days scheduled for the mailbox user.
- $EndTimeInMinutes : int
- Represents the end of the working day for a mailbox user.
- $StartTimeInMinutes : int
- Represents the start of the working day for a 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
$DayOfWeek
Contains the list of working days scheduled for the mailbox user.
public
string
$DayOfWeek
Tags
$EndTimeInMinutes
Represents the end of the working day for a mailbox user.
public
int
$EndTimeInMinutes
Tags
$StartTimeInMinutes
Represents the start of the working day for a mailbox user.
public
int
$StartTimeInMinutes
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