namespace icu4x { /** *AnICU4XTimeobjectrepresentingatimeintermsofhour,minute,second,nanosecond * *Seethe[Rustdocumentationfor`Time`](https://docs.rs/icu/2.1.1/icu/time/struct.Time.html) for more information.
*/ class Time {
public:
/** *Createsanew{@linkTime}givenfieldvalues * *Seethe[Rustdocumentationfor`try_new`](https://docs.rs/icu/2.1.1/icu/time/struct.Time.html#method.try_new) for more information.
*/ inlinestatic icu4x::diplomat::result<std::unique_ptr<icu4x::Time>, icu4x::CalendarError> create(uint8_t hour, uint8_t minute, uint8_t second, uint32_t subsecond);
/** *Createsanew{@linkTime}fromanIXDTFstring. * *Seethe[Rustdocumentationfor`try_from_str`](https://docs.rs/icu/2.1.1/icu/time/struct.Time.html#method.try_from_str) for more information.
*/ inlinestatic icu4x::diplomat::result<std::unique_ptr<icu4x::Time>, icu4x::Rfc9557ParseError> from_string(std::string_view v);
/** *Createsanew{@linkTime}representingthestartoftheday(00:00:00.000). * *Seethe[Rustdocumentationfor`start_of_day`](https://docs.rs/icu/2.1.1/icu/time/struct.Time.html#method.start_of_day) for more information.
*/ inlinestatic icu4x::diplomat::result<std::unique_ptr<icu4x::Time>, icu4x::CalendarError> start_of_day();
/** *Createsanew{@linkTime}representingnoon(12:00:00.000). * *Seethe[Rustdocumentationfor`noon`](https://docs.rs/icu/2.1.1/icu/time/struct.Time.html#method.noon) for more information.
*/ inlinestatic icu4x::diplomat::result<std::unique_ptr<icu4x::Time>, icu4x::CalendarError> noon();
/** *Returnsthehourinthistime * *Seethe[Rustdocumentationfor`hour`](https://docs.rs/icu/2.1.1/icu/time/struct.Time.html#structfield.hour) for more information.
*/ inline uint8_t hour() const;
/** *Returnstheminuteinthistime * *Seethe[Rustdocumentationfor`minute`](https://docs.rs/icu/2.1.1/icu/time/struct.Time.html#structfield.minute) for more information.
*/ inline uint8_t minute() const;
/** *Returnsthesecondinthistime * *Seethe[Rustdocumentationfor`second`](https://docs.rs/icu/2.1.1/icu/time/struct.Time.html#structfield.second) for more information.
*/ inline uint8_t second() const;
/** *Returnsthesubsecondinthistimeasnanoseconds * *Seethe[Rustdocumentationfor`subsecond`](https://docs.rs/icu/2.1.1/icu/time/struct.Time.html#structfield.subsecond) for more information.
*/ inline uint32_t subsecond() const;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.