MonoMobile.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;
		}

Same methods

DateElement::DateElement ( string caption, System.DateTime date, int layoutId ) : System