The DateTime
value to reference.
atBeginningOfDay
atBeginningOfDay(dateTime: DateTime): DateTime
Returns a new DateTime
value that changes the Time
value in the input to the
beginning of the specified day.
The hours, minutes, and seconds in the input change to 00:00:00
.
Introduced in DataWeave version 2.4.0.
atBeginningOfDay(localDateTime: LocalDateTime): LocalDateTime
Returns a new LocalDateTime
value that changes the Time
value within the
input to the start of the specified day.
The hours, minutes, and seconds in the input change to 00:00:00
.
Introduced in DataWeave version 2.4.0.