node-dextrin - v0.1.0
    Preparing search index...

    Class export=

    DXN time (~T[HH:MM:SS(.ffffff)?]) — a bare wall-clock time-of-day, no date or timezone component. No conversion helpers to a native JS type: nothing in JS represents "time of day" on its own without a synthetic, misleading date component the way DXNDate's UTC-midnight convention at least stays honest about being a convention — see that class's own doc for the same underlying Date-conflation problem.

    Index
    • Parameters

      • hour: number

        0-23.

      • minute: number

        0-59.

      • second: number

        0-59.

      • microsecond: number

        0-999999.

      Returns export=

    dxnType: string
    hour: number
    microsecond: number
    minute: number
    second: number
    • Parameters

      • other: unknown

      Returns -1 | 0 | 1