C# Class x86.DateTimeSelect

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: wcgh/Taobaoshua

Méthodes publiques

Свойство Type Description
chkdate System.Windows.Forms.CheckBox
lblCoustmerSet System.Windows.Forms.Label

Méthodes publiques

Méthode Description
BeginDateTime ( ) : System.DateTime
DateTimeSelect ( ) : System
EndDateTime ( ) : System.DateTime
setValue ( System.DateTime d ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
DateTimeSelect_Load ( object sender, EventArgs e ) : void
InitTime ( ) : void
InitializeComponent ( ) : void
chkdate_CheckedChanged ( object sender, EventArgs e ) : void
dtpBeginDate_CloseUp ( object sender, EventArgs e ) : void
dtpBeginDate_ValueChanged ( object sender, EventArgs e ) : void
dtpBeginTime_Leave ( object sender, EventArgs e ) : void
dtpEndDATE_CloseUp ( object sender, EventArgs e ) : void
dtpEndTime_Leave ( object sender, EventArgs e ) : void

Method Details

BeginDateTime() public méthode

public BeginDateTime ( ) : System.DateTime
Résultat System.DateTime

DateTimeSelect() public méthode

public DateTimeSelect ( ) : System
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EndDateTime() public méthode

public EndDateTime ( ) : System.DateTime
Résultat System.DateTime

setValue() public méthode

public setValue ( System.DateTime d ) : void
d System.DateTime
Résultat void

Property Details

chkdate public_oe property

public CheckBox,System.Windows.Forms chkdate
Résultat System.Windows.Forms.CheckBox

lblCoustmerSet public_oe property

public Label,System.Windows.Forms lblCoustmerSet
Résultat System.Windows.Forms.Label