$_propDict
$_propDict : \Microsoft\Graph\Model\array(string
The array of properties available to the model
RecurrencePattern class
getType() : \Microsoft\Graph\Model\RecurrencePatternType
Gets the type
The type
setType(\Microsoft\Graph\Model\RecurrencePatternType $val) : null
Sets the type
| \Microsoft\Graph\Model\RecurrencePatternType | $val | The value to assign to the type |
getDaysOfWeek() : \Microsoft\Graph\Model\DayOfWeek
Gets the daysOfWeek
The daysOfWeek
setDaysOfWeek(\Microsoft\Graph\Model\DayOfWeek $val) : null
Sets the daysOfWeek
| \Microsoft\Graph\Model\DayOfWeek | $val | The value to assign to the daysOfWeek |
getFirstDayOfWeek() : \Microsoft\Graph\Model\DayOfWeek
Gets the firstDayOfWeek
The firstDayOfWeek
setFirstDayOfWeek(\Microsoft\Graph\Model\DayOfWeek $val) : null
Sets the firstDayOfWeek
| \Microsoft\Graph\Model\DayOfWeek | $val | The value to assign to the firstDayOfWeek |
getIndex() : \Microsoft\Graph\Model\WeekIndex
Gets the index
The index
setIndex(\Microsoft\Graph\Model\WeekIndex $val) : null
Sets the index
| \Microsoft\Graph\Model\WeekIndex | $val | The value to assign to the index |