Documentation

RulePredicateDateRangeType extends Type
in package

Specifies the date range within which incoming messages have to have been received in order for the condition or exception to apply.

Table of Contents

Properties

$EndDateTime  : string
Specifies the rule time period and indicates that the rule condition is met before this value.
$StartDateTime  : string
Specifies the rule time period and indicates that the rule condition is met after this value.

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

$EndDateTime

Specifies the rule time period and indicates that the rule condition is met before this value.

public string $EndDateTime
Tags
since

Exchange 2010

todo

Make a DateTime object.

$StartDateTime

Specifies the rule time period and indicates that the rule condition is met after this value.

public string $StartDateTime
Tags
since

Exchange 2010

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