Formula Engine Reference Guide
 

 

Back to Class Index

 

HOUR(DT)

Description
This function returns the hours (0 - 23, where 0 represents midnight) component of the date/time value DT.
 
Parameters
T

A date/time value
 
Examples
HOUR(.25) = 6
 
HOUR(0) = 0
 
HOUR(.99) = 23