Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DateMonthDto

Index

Constructors

Properties

Constructors

constructor

  • new DateMonthDto(date?: Date, month?: number): DateMonthDto
  • Parameters

    • Optional date: Date
    • Optional month: number

    Returns DateMonthDto

Properties

date

date: Date

The date

default

undefined

month

month: number

The month of the date

default

1

minimum

0

maximum

Infinity

step

1

Generated using TypeDoc