Number values for year, month, day, hour, minutes, and
seconds fields. Valid values are numbers between 1 and 12 for the
month, 1 through 31 for the day, 0 through 23 for the hour,
0 through 59 for minutes, and 0 through 59 (including decimals, such as 59.99) for seconds fields.
You can specify the name-value pairs in any order,
but the output is ordered as a default LocalDateTime value,
such as 2012-10-11T10:10:10. The input fields are parts of
a LocalDateTimeFactory type.
localDateTime
localDateTime(parts: LocalDateTimeFactory): LocalDateTime
Creates a LocalDateTime value from values specified for year, month, day,
hour, minutes, and seconds fields.
Introduced in DataWeave version 2.4.0.
Parameters
| Name | Description |
|---|---|
|



