{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
Hour
Returns the hour value of a time or date time value.
Usage:
Hour( Time )
Returns:
Numeric value of the hour of the specified time
Examples:
Hour(Time(17,30,0)) // Returns 17.
