Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FlowDate

Hierarchy

  • FlowDate

Index

Constructors

constructor

  • new FlowDate(year: number, month: number, day: number): FlowDate

Properties

Private mDate

mDate: Date

Accessors

date

  • get date(): Date

day

  • get day(): number

month

  • get month(): number

year

  • get year(): number

Methods

distance

nextDay

previousDay

toString

  • toString(): string

Static fromString

Static toDateArray

Generated using TypeDoc