icu4x
    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

    • Parameters

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

      Returns Time

    Accessors

    • get ffiValue(): number

      Returns number

    • get hour(): number

      Returns the hour in this time

      See the Rust documentation for hour for more information.

      Returns number

    • get minute(): number

      Returns the minute in this time

      See the Rust documentation for minute for more information.

      Returns number

    • get second(): number

      Returns the second in this time

      See the Rust documentation for second for more information.

      Returns number

    • get subsecond(): number

      Returns the subsecond in this time as nanoseconds

      See the Rust documentation for subsecond for more information.

      Returns number

    Methods