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
Afficher le fichier Open project: 2014-sed-team3/term-project

Méthodes publiques

Méthode Description
SimpleDateTimePicker ( ) : System

Initializes a new instance of the SimpleDateTimePicker class.

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

SimpleDateTimePicker() public méthode

Initializes a new instance of the SimpleDateTimePicker class.
public SimpleDateTimePicker ( ) : System
Résultat System