< Back
New-RecurrenceRangeObject
Post
NAME New-RecurrenceRangeObject
SYNOPSIS
Creates a new object which represents a "microsoft.graph.recurrenceRange" (or one of its derived types).
SYNTAX
New-RecurrenceRangeObject [-endDate <DateTimeOffset>] [-numberOfOccurrences <int>] [-recurrenceTimeZone <string>]
[-startDate <DateTimeOffset>] [-type <string>] [<CommonParameters>]
DESCRIPTION
Creates a new object which represents a "microsoft.graph.recurrenceRange" (or one of its derived types).
PARAMETERS
-type <string>
The "type" property, of type "microsoft.graph.recurrenceRangeType".
This property is on the "microsoft.graph.recurrenceRange" type.
Valid values: 'endDate', 'noEnd', 'numbered'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-startDate <DateTimeOffset>
The "startDate" property, of type "Edm.Date".
This property is on the "microsoft.graph.recurrenceRange" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-endDate <DateTimeOffset>
The "endDate" property, of type "Edm.Date".
This property is on the "microsoft.graph.recurrenceRange" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-recurrenceTimeZone <string>
The "recurrenceTimeZone" property, of type "Edm.String".
This property is on the "microsoft.graph.recurrenceRange" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-numberOfOccurrences <int>
The "numberOfOccurrences" property, of type "Edm.Int32".
This property is on the "microsoft.graph.recurrenceRange" type.
Required? false
Position? named
Default value 0
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
SYNOPSIS
Creates a new object which represents a "microsoft.graph.recurrenceRange" (or one of its derived types).
SYNTAX
New-RecurrenceRangeObject [-endDate <DateTimeOffset>] [-numberOfOccurrences <int>] [-recurrenceTimeZone <string>]
[-startDate <DateTimeOffset>] [-type <string>] [<CommonParameters>]
DESCRIPTION
Creates a new object which represents a "microsoft.graph.recurrenceRange" (or one of its derived types).
PARAMETERS
-type <string>
The "type" property, of type "microsoft.graph.recurrenceRangeType".
This property is on the "microsoft.graph.recurrenceRange" type.
Valid values: 'endDate', 'noEnd', 'numbered'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-startDate <DateTimeOffset>
The "startDate" property, of type "Edm.Date".
This property is on the "microsoft.graph.recurrenceRange" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-endDate <DateTimeOffset>
The "endDate" property, of type "Edm.Date".
This property is on the "microsoft.graph.recurrenceRange" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-recurrenceTimeZone <string>
The "recurrenceTimeZone" property, of type "Edm.String".
This property is on the "microsoft.graph.recurrenceRange" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-numberOfOccurrences <int>
The "numberOfOccurrences" property, of type "Edm.Int32".
This property is on the "microsoft.graph.recurrenceRange" type.
Required? false
Position? named
Default value 0
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