MonoTouch.Dialog.TimeElement.TimeElement C# (CSharp) Méthode

TimeElement() public méthode

public TimeElement ( string caption, System.DateTime date ) : System
caption string
date System.DateTime
Résultat System
		public TimeElement (string caption, DateTime date) : base (caption, date)
		{
		}