Android.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)
        {
            this.Click = delegate { EditDate(); };
        }

Same methods

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