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

DateElement() public method

public DateElement ( string caption, System.DateTime date ) : System
caption string
date System.DateTime
return System
		public DateElement (string caption, DateTime? date) : base (caption, date)
		{
			fmt.DateStyle = NSDateFormatterStyle.Medium;
		}