icu
    Preparing search index...

    Class Time

    An ICU4X Time object representing a time in terms of hour, minute, second, nanosecond

    See the Rust documentation for Time for more information.

    Index

    Constructors

    • Creates a new Time given field values

      See the Rust documentation for try_new for more information.

      Parameters

      • hour: number
      • minute: number
      • second: number
      • subsecond: number

      Returns Time

    Accessors

    Methods