minute
Returns the minute component of this time (0-59).
Parameters
- self:ZonedDateTime
- ZonedDateTime
Source
Implementation
pub fn minute(self: ZonedDateTime) u8 {
return abi.c.temporal_rs_ZonedDateTime_minute(self._inner);
}Returns the minute component of this time (0-59).
Source
pub fn minute(self: ZonedDateTime) u8 {
return abi.c.temporal_rs_ZonedDateTime_minute(self._inner);
}