NSDatePickerValidatorEventArgs(NSDate, Double) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new instance of the NSDatePickerValidatorEventArgs with the specified event data.
public NSDatePickerValidatorEventArgs(Foundation.NSDate proposedDateValue, double proposedTimeInterval);
new AppKit.NSDatePickerValidatorEventArgs : Foundation.NSDate * double -> AppKit.NSDatePickerValidatorEventArgs
Parameters
- proposedDateValue
- NSDate
The value for the ProposedDateValue property.
- proposedTimeInterval
- Double
The value for the ProposedTimeInterval property.