< Back

New-WorkingHoursObject

Sat Jan 18, 2020 1:52 pm

NAME New-WorkingHoursObject



SYNOPSIS

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





SYNTAX

New-WorkingHoursObject [-daysOfWeek <string[]>] [-endTime <TimeSpan>] [-startTime <TimeSpan>] [-timeZone <object>]

[<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-daysOfWeek <string[]>

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



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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-startTime <TimeSpan>

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



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



Required? false

Position? named

Default value 00:00:00

Accept pipeline input? false

Accept wildcard characters? false



-endTime <TimeSpan>

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



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



Required? false

Position? named

Default value 00:00:00

Accept pipeline input? false

Accept wildcard characters? false



-timeZone <object>

The "timeZone" property, of type "microsoft.graph.timeZoneBase".



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