UIDatePicker.SetDate(NSDate, Boolean) Method

Definition

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

Applies to