Hour returns the hour of the day (0-23) of a date literal.
SYNTAX:
Hour(date literal)
EXAMPLES:
V8021 = Hour(D) - Returns the hour for the current date (date being calculated).
V8020 = Hour(#MM/DD/YY/HH/+120) - Returns 2 hours (120 minutes) ahead of the current slot being calculated.
V8020 and V8021 are hourly calculations.