NaiveTime
struct NaiveTime
ISO 8601 time without timezone.
Fields
Implementions
Static Methods
Methods
replace_hour
pub fn replace_hour(self, hour: int) throws InvalidDateTimeError
Replace the clock hour.
replace_hour
pub fn replace_hour(self, hour: int) throws InvalidDateTimeError
Replace the clock hour.
Replace the clock hour.
replace_minute
pub fn replace_minute(self, minute: int) throws InvalidDateTimeError
Replace the clock minute.
replace_minute
pub fn replace_minute(self, minute: int) throws InvalidDateTimeError
Replace the clock minute.
Replace the clock minute.
replace_nanosecond
pub fn replace_nanosecond(self, nanosecond: int) throws InvalidDateTimeError
Replace the clock nanosecond.
replace_nanosecond
pub fn replace_nanosecond(self, nanosecond: int) throws InvalidDateTimeError
Replace the clock nanosecond.
Replace the clock nanosecond.
replace_second
pub fn replace_second(self, second: int) throws InvalidDateTimeError
Replace the clock second.
replace_second
pub fn replace_second(self, second: int) throws InvalidDateTimeError
Replace the clock second.
Replace the clock second.