DatePartDeltas

The amounts by which each date or time part is incremented or decremented on a step action in date-time input; every part defaults to 1.

The number of days the date part is spun by.

date?: number

Defined in src/components/date-time-input/date-part.ts:69

The number of hours the hours part is spun by.

hours?: number

Defined in src/components/date-time-input/date-part.ts:75

The number of minutes the minutes part is spun by.

minutes?: number

Defined in src/components/date-time-input/date-part.ts:77

The number of months the month part is spun by.

month?: number

Defined in src/components/date-time-input/date-part.ts:71

The number of seconds the seconds part is spun by.

seconds?: number

Defined in src/components/date-time-input/date-part.ts:79

The number of years the year part is spun by.

year?: number

Defined in src/components/date-time-input/date-part.ts:73