GetHour
 Returns the hour of the specified time.
 Public Function GetHour(
	  ByRef Time As Variant ) As Long
Parameters
- Time
 - 
[ByRef]
 Variant.
  The time to retrieve the hour from.
 
 
Return Values
Long -  The hour portion of the Time.
See Also
Project CorLib Overview
Class JulianCalendar Overview