3 lines
52 B
PowerShell
3 lines
52 B
PowerShell
|
|
$Year = 2016
|
||
|
|
[System.DateTime]::IsLeapYear( $Year )
|