< Back

New-RecurrencePatternObject

Sat Jan 18, 2020 1:32 pm

NAME New-RecurrencePatternObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.recurrencePattern" (or one of its derived types).





SYNTAX

New-RecurrencePatternObject [-dayOfMonth <int>] [-daysOfWeek <string[]>] [-firstDayOfWeek <string>] [-index

<string>] [-interval <int>] [-month <int>] [-type <string>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.recurrencePattern" (or one of its derived types).





PARAMETERS

-type <string>

The "type" property, of type "microsoft.graph.recurrencePatternType".



This property is on the "microsoft.graph.recurrencePattern" type.



Valid values: 'daily', 'weekly', 'absoluteMonthly', 'relativeMonthly', 'absoluteYearly', 'relativeYearly'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-interval <int>

The "interval" property, of type "Edm.Int32".



This property is on the "microsoft.graph.recurrencePattern" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-month <int>

The "month" property, of type "Edm.Int32".



This property is on the "microsoft.graph.recurrencePattern" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-dayOfMonth <int>

The "dayOfMonth" property, of type "Edm.Int32".



This property is on the "microsoft.graph.recurrencePattern" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-daysOfWeek <string[]>

The "daysOfWeek" property, of type "microsoft.graph.dayOfWeek".



This property is on the "microsoft.graph.recurrencePattern" type.



Valid values: 'sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-firstDayOfWeek <string>

The "firstDayOfWeek" property, of type "microsoft.graph.dayOfWeek".



This property is on the "microsoft.graph.recurrencePattern" type.



Valid values: 'sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-index <string>

The "index" property, of type "microsoft.graph.weekIndex".



This property is on the "microsoft.graph.recurrencePattern" type.



Valid values: 'first', 'second', 'third', 'fourth', 'last'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS