Creates a new Time given field values
See the Rust documentation for try_new
for more information.
Returns the hour in this time
See the Rust documentation for hour
for more information.
Returns the minute in this time
See the Rust documentation for minute
for more information.
Returns the second in this time
See the Rust documentation for second
for more information.
Returns the subsecond in this time as nanoseconds
See the Rust documentation for subsecond
for more information.
Static
fromCreates a new Time from an IXDTF string.
See the Rust documentation for try_from_str
for more information.
Static
noonCreates a new Time representing noon (12:00:00.000).
See the Rust documentation for noon
for more information.
Static
startCreates a new Time representing the start of the day (00:00:00.000).
See the Rust documentation for start_of_day
for more information.
An ICU4X Time object representing a time in terms of hour, minute, second, nanosecond
See the Rust documentation for
Time
for more information.