Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SimpleDate

Index

Constructors

constructor

  • new SimpleDate(month: number, day: number, year: number, hour?: number, minute?: number, second?: number): SimpleDate
  • Parameters

    • month: number
    • day: number
    • year: number
    • Default value hour: number = 0
    • Default value minute: number = 0
    • Default value second: number = 0

    Returns SimpleDate

Properties

day

day: number

hour

hour: number

minute

minute: number

month

month: number

second

second: number

year

year: number

Methods

Private asTwoDigits

  • asTwoDigits(value: number): string

compareTo

isEqualTo

isGreaterThan

isLessThan

isLessThanOrEqualTo

nextDay

Private toDate

  • toDate(): Date

toString

  • toString(): string

toStringDateOnly

  • toStringDateOnly(): string

Static fromDate

Static parseFromExifDate

  • parseFromExifDate(dateValueYMD: string): SimpleDate | null

Static parseFromMDY

Static Private parsePart

  • parsePart(partArray: string[], partIndex: number): number

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc