Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DateTimeDef

Defines a date-time in a precise way

Hierarchy

  • DateTimeDef

Index

Properties

Optional date

date: undefined | number

Optional day

day: number | string

Optional hours

hours: undefined | number

Optional milliseconds

milliseconds: undefined | number

Optional minutes

minutes: undefined | number

Optional month

month: string | number

Optional quarter

quarter: 1 | 2 | 3 | 4

Optional seconds

seconds: undefined | number

Optional year

year: undefined | number

Generated using TypeDoc