|
override string | GetFormattedValue (double timeValue, bool fullPrecision) |
| Format time value as either raw numeric seconds or compact HH:mm:ss form. For partial precision, raw has 3 decimal places and compact has none, but full precision has up to 17 significant digits for raw and an appripriate number of decimal places for compact. More...
|
|
override bool | ParseText (string text, out double timeValue) |
| Parse time string based on UT mode. More...
|
|
void TimeInputFieldHandler.ChangeInputMode |
( |
bool |
formattedTime | ) |
|
|
inline |
Adjust and update input field for time format: formatted (HH:mm:ss) vs raw (simple numeric seconds).
override string TimeInputFieldHandler.GetFormattedValue |
( |
double |
timeValue, |
|
|
bool |
fullPrecision |
|
) |
| |
|
inlineprotectedvirtual |
Format time value as either raw numeric seconds or compact HH:mm:ss form. For partial precision, raw has 3 decimal places and compact has none, but full precision has up to 17 significant digits for raw and an appripriate number of decimal places for compact.
Reimplemented from InputFieldHandler.
override bool TimeInputFieldHandler.ParseText |
( |
string |
text, |
|
|
out double |
timeValue |
|
) |
| |
|
inlineprotectedvirtual |
The documentation for this class was generated from the following file: