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

TimeElement() public method

public TimeElement ( string caption, System.DateTime date ) : System
caption string
date System.DateTime
return System
		public TimeElement (string caption, DateTime date) : base (caption, date)
		{
		}