< Back

New-TimeZoneBaseObject

Sat Jan 18, 2020 1:41 pm

NAME New-TimeZoneBaseObject



SYNOPSIS

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





SYNTAX

New-TimeZoneBaseObject -timeZoneBase <SwitchParameter> [-name <string>] [<CommonParameters>]



New-TimeZoneBaseObject -customTimeZone <SwitchParameter> [-bias <int>] [-daylightOffset <object>] [-name <string>]

[-standardOffset <object>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-timeZoneBase <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.timeZoneBase"

type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-name <string>

The "name" property, of type "Edm.String".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-customTimeZone <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.customTimeZone"

type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-bias <int>

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



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-standardOffset <object>

The "standardOffset" property, of type "microsoft.graph.standardTimeZoneOffset".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-daylightOffset <object>

The "daylightOffset" property, of type "microsoft.graph.daylightTimeZoneOffset".



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



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