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

Same methods

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