Documentation

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
since

Exchange 2007

see
DaysOfWeekType

$EndTimeInMinutes

Represents the end of the working day for a mailbox user.

public int $EndTimeInMinutes
Tags
since

Exchange 2007

$StartTimeInMinutes

Represents the start of the working day for a mailbox user.

public int $StartTimeInMinutes
Tags
since

Exchange 2007

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

        
On this page

Search results