UIDatePicker.SetDate(NSDate, Boolean) Method
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.
Sets the date displayed in this UIDatePicker, optionally animating the change.
[Foundation.Export("setDate:animated:")]
public virtual void SetDate (Foundation.NSDate date, bool animated);
abstract member SetDate : Foundation.NSDate * bool -> unit
override this.SetDate : Foundation.NSDate * bool -> unit
Parameters
- date
- NSDate
- animated
- Boolean
- Attributes