< Back

New-StandardTimeZoneOffsetObject

Sat Jan 18, 2020 1:38 pm

NAME New-StandardTimeZoneOffsetObject



SYNOPSIS

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





SYNTAX

New-StandardTimeZoneOffsetObject -standardTimeZoneOffset <SwitchParameter> [-dayOccurrence <int>] [-dayOfWeek

<string>] [-month <int>] [-time <TimeSpan>] [-year <int>] [<CommonParameters>]



New-StandardTimeZoneOffsetObject -daylightTimeZoneOffset <SwitchParameter> [-daylightBias <int>] [-dayOccurrence

<int>] [-dayOfWeek <string>] [-month <int>] [-time <TimeSpan>] [-year <int>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-standardTimeZoneOffset <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the

"microsoft.graph.standardTimeZoneOffset" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-time <TimeSpan>

The "time" property, of type "Edm.TimeOfDay".



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



Required? false

Position? named

Default value 00:00:00

Accept pipeline input? false

Accept wildcard characters? false



-dayOccurrence <int>

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



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-dayOfWeek <string>

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



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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-month <int>

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



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-year <int>

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



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-daylightTimeZoneOffset <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the

"microsoft.graph.daylightTimeZoneOffset" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-daylightBias <int>

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



This property is on the "microsoft.graph.daylightTimeZoneOffset" 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