C# Class QSWidgetLib.TimeEntry

Inheritance: Gtk.Entry
Exibir arquivo Open project: QualitySolution/QSProjects Class Usage Examples

Public Methods

Method Description
TimeEntry ( ) : System

Protected Methods

Method 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 method

protected OnChanged ( ) : void
return void

OnFocusOutEvent() protected method

protected OnFocusOutEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

TimeEntry() public method

public TimeEntry ( ) : System
return System

TryFormat() protected method

protected TryFormat ( string text, string &result ) : bool
text string
result string
return bool

TryParseDateTime() protected method

protected TryParseDateTime ( string text, System.DateTime &result ) : bool
text string
result System.DateTime
return bool

TryParseTimeSpan() protected method

protected TryParseTimeSpan ( string text, System.TimeSpan &result ) : bool
text string
result System.TimeSpan
return bool