Interface DatePickerItemObject

Hierarchy

Index

Properties

Properties

public date: number

The date of the month.

public day: number

The day of the week with zero-as-index.

public month: number

The month with zero-as-index.

public obj: Date

The underlying JavaScript Date object.

public pick: number

The "pick" value used for comparisons.

public year: number

The full year.