MonoTouch.Dialog.DateElement.DateElement C# (CSharp) 메소드

DateElement() 공개 메소드

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