delegate
The delegate associated with the date picker.
Declaration
weak var delegate: (any NSDatePickerCellDelegate)? { get set }Discussion
The delegate must conform to NSDatePickerCellDelegate.
The delegate associated with the date picker.
weak var delegate: (any NSDatePickerCellDelegate)? { get set }The delegate must conform to NSDatePickerCellDelegate.