C# Class QSWidgetLib.TimeEntry

Inheritance: Gtk.Entry
Afficher le fichier Open project: QualitySolution/QSProjects Class Usage Examples

Méthodes publiques

Méthode Description
TimeEntry ( ) : System

Méthodes protégées

Méthode Description
OnChanged ( ) : void
OnFocusOutEvent ( Gdk evnt ) : bool
TryFormat ( string text, string &result ) : bool
TryParseDateTime ( string text, System.DateTime &result ) : bool
TryParseTimeSpan ( string text, System.TimeSpan &result ) : bool

Method Details

OnChanged() protected méthode

protected OnChanged ( ) : void
Résultat void

OnFocusOutEvent() protected méthode

protected OnFocusOutEvent ( Gdk evnt ) : bool
evnt Gdk
Résultat bool

TimeEntry() public méthode

public TimeEntry ( ) : System
Résultat System

TryFormat() protected méthode

protected TryFormat ( string text, string &result ) : bool
text string
result string
Résultat bool

TryParseDateTime() protected méthode

protected TryParseDateTime ( string text, System.DateTime &result ) : bool
text string
result System.DateTime
Résultat bool

TryParseTimeSpan() protected méthode

protected TryParseTimeSpan ( string text, System.TimeSpan &result ) : bool
text string
result System.TimeSpan
Résultat bool