This function returns a Boolean (True/False) value indicating whether the date provided is a weekend day or not.
Parameter: date
Type: date
Description: This is the date that you wish to check.
Return value: Weekend
Type: Boolean
Description: If the date provided falls upon a weekend day (Saturday or
Sunday), then this return will be True, otherwise False.