Returns the hour from a SAS time or datetime value
-
time
-
specifies a SAS expression that represents
a SAS time value.
-
datetime
-
specifies a SAS expression that represents
a SAS datetime value.
The HOUR function returns a numeric value that represents
the hour from a SAS time or datetime value. Numeric values can range from
0 through 23. HOUR always returns a positive number.
The following SAS statements produce these results:
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.