startOfDay
Returns a ZonedDateTime representing the start of the day in the time zone.
Parameters
- self:ZonedDateTime
- ZonedDateTime
Source
Implementation
pub fn startOfDay(self: ZonedDateTime) !ZonedDateTime {
return wrapZonedDateTime(abi.c.temporal_rs_ZonedDateTime_start_of_day(self._inner));
}