Android.Dialog.DateTimeElement.DateTimeElement C# (CSharp) Method

DateTimeElement() public method

public DateTimeElement ( string caption, System.DateTime date ) : System
caption string
date System.DateTime
return System
        public DateTimeElement(string caption, DateTime date)
            : base(caption)
        {
            DateValue = date;
        }

Same methods

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