Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CreateDateDto

Index

Constructors

constructor

  • new CreateDateDto(year?: number, month?: number, day?: number, hours?: number, minutes?: number, seconds?: number, milliseconds?: number): CreateDateDto
  • Parameters

    • Optional year: number
    • Optional month: number
    • Optional day: number
    • Optional hours: number
    • Optional minutes: number
    • Optional seconds: number
    • Optional milliseconds: number

    Returns CreateDateDto

Properties

day

day: number

The day of the month

default

1

minimum

0

maximum

Infinity

step

1

hours

hours: number

The hours of the date

default

1

minimum

0

maximum

Infinity

step

1

milliseconds

milliseconds: number

The milliseconds of the date

default

1

minimum

0

maximum

Infinity

step

1

minutes

minutes: number

The minutes of the date

default

1

minimum

0

maximum

Infinity

step

1

month

month: number

The month of the date

default

1

minimum

0

maximum

Infinity

step

1

seconds

seconds: number

The seconds of the date

default

1

minimum

0

maximum

Infinity

step

1

year

year: number

The year of the date

default

1

minimum

0

maximum

Infinity

step

1

Generated using TypeDoc