\Microsoft\Graph\ModelRecurrencePattern

RecurrencePattern class

Summary

Methods
Properties
Constants
__construct()
getType()
setType()
getInterval()
setInterval()
getMonth()
setMonth()
getDayOfMonth()
setDayOfMonth()
getDaysOfWeek()
setDaysOfWeek()
getFirstDayOfWeek()
setFirstDayOfWeek()
getIndex()
setIndex()
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

RecurrencePattern constructor

Parameters

array $propDict

List of properties to set Defaults to an empty array

Returns

null

getInterval()

getInterval() : integer

Gets the interval

Returns

integer —

The interval

setInterval()

setInterval(integer  $val) : null

Sets the interval

Parameters

integer $val

The value of the interval

Returns

null

getMonth()

getMonth() : integer

Gets the month

Returns

integer —

The month

setMonth()

setMonth(integer  $val) : null

Sets the month

Parameters

integer $val

The value of the month

Returns

null

getDayOfMonth()

getDayOfMonth() : integer

Gets the dayOfMonth

Returns

integer —

The dayOfMonth

setDayOfMonth()

setDayOfMonth(integer  $val) : null

Sets the dayOfMonth

Parameters

integer $val

The value of the dayOfMonth

Returns

null

setDaysOfWeek()

setDaysOfWeek(\Microsoft\Graph\Model\DayOfWeek  $val) : null

Sets the daysOfWeek

Parameters

\Microsoft\Graph\Model\DayOfWeek $val

The value to assign to the daysOfWeek

Returns

null

getFirstDayOfWeek()

getFirstDayOfWeek() : \Microsoft\Graph\Model\DayOfWeek

Gets the firstDayOfWeek

Returns

\Microsoft\Graph\Model\DayOfWeek

The firstDayOfWeek

setFirstDayOfWeek()

setFirstDayOfWeek(\Microsoft\Graph\Model\DayOfWeek  $val) : null

Sets the firstDayOfWeek

Parameters

\Microsoft\Graph\Model\DayOfWeek $val

The value to assign to the firstDayOfWeek

Returns

null

setIndex()

setIndex(\Microsoft\Graph\Model\WeekIndex  $val) : null

Sets the index

Parameters

\Microsoft\Graph\Model\WeekIndex $val

The value to assign to the index

Returns

null