Method | Description | |
---|---|---|
TimeEntry ( ) : System |
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 |
protected OnFocusOutEvent ( Gdk evnt ) : bool | ||
evnt | Gdk | |
return | bool |
protected TryFormat ( string text, string &result ) : bool | ||
text | string | |
result | string | |
return | bool |
protected TryParseDateTime ( string text, System.DateTime &result ) : bool | ||
text | string | |
result | System.DateTime | |
return | bool |
protected TryParseTimeSpan ( string text, System.TimeSpan &result ) : bool | ||
text | string | |
result | System.TimeSpan | |
return | bool |