It would be nice to be able to do this:
PS> Get-Date -Day 25 -Month December -Year 2016 Get-Date : Cannot bind parameter 'Month'. Cannot convert value "December" to type "System.Int32". Error: "Input string was not in a correct format." At line:1 char… Read the full text.