DateTime to Quater

[Math]::ceiling($date.Month/3)
Details
Format a DateTime value in the Quater format

Example
PS C:\> $Date = Get-Date
>> [Math]::ceiling($date.Month/3)

1