Share via


NSDatePickerCellDelegate_Extensions.ValidateProposedDateValue Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ValidateProposedDateValue(this AppKit.INSDatePickerCellDelegate This, AppKit.NSDatePickerCell aDatePickerCell, ref Foundation.NSDate proposedDateValue, double proposedTimeInterval);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ValidateProposedDateValue : AppKit.INSDatePickerCellDelegate * AppKit.NSDatePickerCell * NSDate * double -> unit

Parameters

aDatePickerCell
NSDatePickerCell
proposedDateValue
NSDate
proposedTimeInterval
Double
Attributes

Applies to