Documentation

Duration extends Type
in package

Represents a time span.

Table of Contents

Properties

$EndTime  : string
Represents the end of the time span.
$StartTime  : string
Represents the start of the time span.

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

$EndTime

Represents the end of the time span.

public string $EndTime
Tags
since

Exchange 2007

todo

Make a DateTime object.

$StartTime

Represents the start of the time span.

public string $StartTime
Tags
since

Exchange 2007

todo

Make a DateTime object.

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