Gets the components of a LTIME_OF_DAY value.
Parameters:
| Name | Type | Section | Description |
|---|---|---|---|
| value | LTIME_OF_DAY |
Input | The LTIME_OF_DAY value. |
| hour | INT |
Output | The hour component of the value. |
| minute | INT |
Output | The minute component of the value. |
| second | INT |
Output | The second component of the value. |
| millisecond | INT |
Output | The millisecond component of the value. |
| microsecond | INT |
Output | The microsecond component of the value. |
| nanosecond | INT |
Output | The nanosecond component of the value. |