-
< # .SYNOPSIS This script checks of a particular date in the past was a Thurday. .DESCRIPTION This script creates a DateTime object set for 1st May, 2003. The script then check to see if that day is a Thursday...
-
< # .SYNOPSIS Displys number of days in a particular month. .DESCRIPTION This scrips uses System.DateTime to determine, then display, the numbe of days in some months. .NOTES ...
-
< # .SYNOPSIS Demonstrates use of System.Datetime to determine leap year .DESCRIPTION This script creates four date objects and checks to see if the date is a leap year. The last object is today's date...