Gets the components of a LDATE_AND_TIME value.
Parameters:
| Name | Type | Section | Description |
|---|---|---|---|
| value | LDATE_AND_TIME |
Input | The LDATE_AND_TIME value. |
| year | INT |
Output | The year component of the value. |
| month | INT |
Output | The month component of the value. |
| day | INT |
Output | The day component of the 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. |