2.1.24 Time

The Time data type<6> is a user-defined variable fractional-second precision data type that has a decimal precision from 0 through 7. This data type supports a value range from 00:00:00.0000000 through 23:59:59.9999999. The values of this data type are represented in the Unicode hh:mm:ss[.nnnnnnn] string format, as follows.

  
 Hour = (("0"/"1")DIGIT) / ("2"(%x30-33))
 MinSec = ":"(%x30-35)DIGIT
 Time = Hour 2MinSec ["."7DIGIT]