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
startCreates a new [Time
] representing midnight (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.