MonoTouch.Dialog.DateTimeElement.DateTimeElement C# (CSharp) Method

DateTimeElement() public method

public DateTimeElement ( string caption, System.DateTime date ) : System
caption string
date System.DateTime
return System
		public DateTimeElement (string caption, DateTime? date) : base (caption, "", "")
		{
			DateValue = date;
			Value = FormatDate (date);
		}