C# Class Smrf.AppLib.SimpleDateTimePicker

DateTimePicker control that uses a simplified set of date/time formats.
This control displays either a date, time, or a date and time. Use it when you need a DateTimePicker that displays only these formats and does so in a consistent manner.

Set the SimpleFormat property instead of the base-class DateTimePicker.Format property.

Inheritance: System.Windows.Forms.DateTimePicker
Mostra file Open project: 2014-sed-team3/term-project

Public Methods

Method Description
SimpleDateTimePicker ( ) : System

Initializes a new instance of the SimpleDateTimePicker class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

SimpleDateTimePicker() public method

Initializes a new instance of the SimpleDateTimePicker class.
public SimpleDateTimePicker ( ) : System
return System