DateTimeElement(String, DateTime) Constructor

Definition

Constructs the DateElement.

public DateTimeElement (string caption, DateTime date);
new MonoTouch.Dialog.DateTimeElement : string * DateTime -> MonoTouch.Dialog.DateTimeElement

Parameters

caption
String

Caption for the element.

date
DateTime

The initial date and time.

Applies to