Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the result of parsing a time string.

Hierarchy

  • TimeParseResult

Index

Properties

hour: number

Hour of the time, starting at 0.

microsec: number

Microseconds of the time, starting at 0.

millisec: number

Milliseconds of the time, starting at 0.

minute: number

Minute of the time, starting at 0.

seconds: number

Seconds of the time, starting at 0.

timezone?: number

Timezone of the time.

Generated using TypeDoc