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

DateWithRangeElement() public method

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