millisecond
Returns the millisecond component of this time (0-999).
Parameters
- self:ZonedDateTime
- ZonedDateTime
Source
Implementation
pub fn millisecond(self: ZonedDateTime) u16 {
return abi.c.temporal_rs_ZonedDateTime_millisecond(self._inner);
}