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