ComputeTime

The ComputeTime internal function computes a time data item from data items and/or constants containing the hour of the day, the second of the minute, and the hundredth of the second.

The HHMMSShh transform may be applied to the resulting data item.

ComputeTime(Hour, Minute[, Second[, Hundredth]])
Argument Description
Hour A data item or constant containing the hour of the day.
Minute A data item or constant containing the minute of the hour.
Second An optional data item or constant containing the second of the minute. Default is Hour:Minute:00.00.
Hundredth An optional data item or constant containing the hundredth of the second. Default is Hour:Minute:Second.00.