The DateTime value to reference.
atBeginningOfHour
atBeginningOfHour(dateTime: DateTime): DateTime
Returns a new DateTime value that changes the Time value in the input to the
beginning of the specified hour.
The minutes and seconds in the input change to 00:00.
Introduced in DataWeave version 2.4.0.
atBeginningOfHour(localDateTime: LocalDateTime): LocalDateTime
Returns a new LocalDateTime value that changes the Time value in the input to the
beginning of the specified hour.
The minutes and seconds in the input change to 00:00.
Introduced in DataWeave version 2.4.0.
atBeginningOfHour(localTime: LocalTime): LocalTime
Returns a new LocalTime value that changes its value in the input to the
beginning of the specified hour.
The minutes and seconds in the input change to 00:00.
Introduced in DataWeave version 2.4.0.



