< Back

Get-NthWeekDay

Mon Jan 13, 2020 12:09 am

NAME Get-NthWeekDay



SYNTAX

Get-NthWeekDay [[-Month] {January | February | March | April | May | June | July | August | September | October |

November | December}] [[-Year] <int>] [[-Nth] <int>] [[-DayOfWeek] {Sunday | Monday | Tuesday | Wednesday |

Thursday | Friday | Saturday}] [<CommonParameters>]





PARAMETERS

-DayOfWeek <DayOfWeek>



Required? false

Position? 3

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-Month <Month>



Required? false

Position? 0

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-Nth <int>



Required? false

Position? 2

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-Year <int>



Required? false

Position? 1

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? 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

None





OUTPUTS

System.Object



ALIASES

None





REMARKS

None