\Microsoft\Graph\ModelRecurrenceRange

RecurrenceRange class

Summary

Methods
Properties
Constants
__construct()
getType()
setType()
getStartDate()
setStartDate()
getEndDate()
setEndDate()
getRecurrenceTimeZone()
setRecurrenceTimeZone()
getNumberOfOccurrences()
setNumberOfOccurrences()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_propDict
N/A

Properties

$_propDict

$_propDict : \Microsoft\Graph\Model\array(string

The array of properties available to the model

Type

\Microsoft\Graph\Model\array(string — => string)

Methods

__construct()

__construct(array  $propDict = array()) : null

RecurrenceRange constructor

Parameters

array $propDict

List of properties to set Defaults to an empty array

Returns

null

getStartDate()

getStartDate() : \Microsoft\Graph\Model\Date

Gets the startDate

Returns

\Microsoft\Graph\Model\Date —

The startDate

setStartDate()

setStartDate(\Microsoft\Graph\Model\Date  $val) : null

Sets the startDate

Parameters

\Microsoft\Graph\Model\Date $val

The value to assign to the startDate

Returns

null

getEndDate()

getEndDate() : \Microsoft\Graph\Model\Date

Gets the endDate

Returns

\Microsoft\Graph\Model\Date —

The endDate

setEndDate()

setEndDate(\Microsoft\Graph\Model\Date  $val) : null

Sets the endDate

Parameters

\Microsoft\Graph\Model\Date $val

The value to assign to the endDate

Returns

null

getRecurrenceTimeZone()

getRecurrenceTimeZone() : string

Gets the recurrenceTimeZone

Returns

string —

The recurrenceTimeZone

setRecurrenceTimeZone()

setRecurrenceTimeZone(string  $val) : null

Sets the recurrenceTimeZone

Parameters

string $val

The value of the recurrenceTimeZone

Returns

null

getNumberOfOccurrences()

getNumberOfOccurrences() : integer

Gets the numberOfOccurrences

Returns

integer —

The numberOfOccurrences

setNumberOfOccurrences()

setNumberOfOccurrences(integer  $val) : null

Sets the numberOfOccurrences

Parameters

integer $val

The value of the numberOfOccurrences

Returns

null