2.5.4.109 Time

The Time function returns a time from values representing an hour, minute, and second.

ABNF:

 Time = val val val " TIME():128"

Required Arguments:

Name: Hour

Type: vUnsignedInt

An argument that specifies an offset in hours from midnight.

Name: Minute

Type: vUnsignedInt

An argument that specifies an offset in minutes from Hour.

Name: Second

Type: vUnsignedInt

An argument that specifies an offset in seconds from Minute.

Return Value:

Type: PtgDate

This function returns a PtgDate containing a time of day. The date-time-value component of the return value is the signed fractional value of the double precision number representing the input date-time, as specified in [MS-OAUT] section 2.2.25.