Winter Cardinal UI - v0.442.0 / DPickerTimeBounds
• new DPickerTimeBounds(options
, onChange
): DPickerTimeBounds
Name | Type |
---|---|
options |
undefined | DPickerTimeBoundsOptions |
onChange |
() => void |
src/main/typescript/wcardinal/ui/d-picker-time-bounds.ts:27
• constant: DPickerTimeBoundConstant
src/main/typescript/wcardinal/ui/d-picker-time-bounds.ts:25
• hours: DPickerTimeBoundHours
src/main/typescript/wcardinal/ui/d-picker-time-bounds.ts:22
• lower: DPickerTimeBound
src/main/typescript/wcardinal/ui/d-picker-time-bounds.ts:19
• mask: number
src/main/typescript/wcardinal/ui/d-picker-time-bounds.ts:21
• minutes: DPickerTimeBoundMinutes
src/main/typescript/wcardinal/ui/d-picker-time-bounds.ts:23
• seconds: DPickerTimeBoundSeconds
src/main/typescript/wcardinal/ui/d-picker-time-bounds.ts:24
• upper: DPickerTimeBound
src/main/typescript/wcardinal/ui/d-picker-time-bounds.ts:20
▸ adjust(date
): boolean
Name | Type |
---|---|
date |
Date |
boolean
src/main/typescript/wcardinal/ui/d-picker-time-bounds.ts:56
▸ compare(a
, b
): number
Name | Type |
---|---|
a |
Date |
b |
Date |
number
src/main/typescript/wcardinal/ui/d-picker-time-bounds.ts:100
▸ contains(date
): boolean
Name | Type |
---|---|
date |
Date |
boolean
src/main/typescript/wcardinal/ui/d-picker-time-bounds.ts:173
▸ newConstant(): DPickerTimeBoundConstant
src/main/typescript/wcardinal/ui/d-picker-time-bounds.ts:37
▸ test(date
): number
Name | Type |
---|---|
date |
Date |
number
src/main/typescript/wcardinal/ui/d-picker-time-bounds.ts:145