Exemplo n.º 1
0
 public CalendarDateTimeElement(string caption, DateTime date, PickerTypes pickerType)
     : base(caption)
 {
     PickerType = pickerType;
     DateValue = date;
     Value = DateValue.ToShortDateString();
 }
Exemplo n.º 2
0
 public CalendarDateTimeElement(string caption, DateTime date, PickerTypes pickerType) : base(caption)
 {
     PickerType = pickerType;
     DateValue  = date;
     Value      = DateValue.ToShortDateString();
 }