Microscopic Traffic Simulator
|
Converter from TimeSpan to string representation HH:MM:SS.SSS More...
Public Member Functions | |
object | Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
Convert from TimeSpan to string representation HH:MM:SS.SSS More... | |
object | ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
Not implemented conversion from string to TimeSpan More... | |
object | Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
Convert from TimeSpan to string representation HH:MM:SS.SSS More... | |
object | ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
Not implemented conversion from string to TimeSpan More... | |
Converter from TimeSpan to string representation HH:MM:SS.SSS
Definition at line 9 of file FromTimeSpanToHoursString.cs.
object Microscopic_Traffic_Simulator.Converters.FromTimeSpanToHoursString.Convert | ( | object | value, |
Type | targetType, | ||
object | parameter, | ||
System.Globalization.CultureInfo | culture | ||
) |
Convert from TimeSpan to string representation HH:MM:SS.SSS
value | Time. |
targetType | Target type which is string. |
parameter | Parameter defined in UI. Not used. |
culture | Current culture info. |
Definition at line 19 of file FromTimeSpanToHoursString.cs.
object Microscopic_Traffic_Simulator.Converters.FromTimeSpanToHoursString.Convert | ( | object | value, |
Type | targetType, | ||
object | parameter, | ||
System.Globalization.CultureInfo | culture | ||
) |
Convert from TimeSpan to string representation HH:MM:SS.SSS
value | Time. |
targetType | Target type which is string. |
parameter | Parameter defined in UI. Not used. |
culture | Current culture info. |
Definition at line 19 of file FromTimeSpanToHoursString.cs.
object Microscopic_Traffic_Simulator.Converters.FromTimeSpanToHoursString.ConvertBack | ( | object | value, |
Type | targetType, | ||
object | parameter, | ||
System.Globalization.CultureInfo | culture | ||
) |
Not implemented conversion from string to TimeSpan
value | String with time. |
targetType | Target type which is TimeSpan. |
parameter | Parameter defined in UI. Not used. |
culture | Current culture info. |
Definition at line 37 of file FromTimeSpanToHoursString.cs.
object Microscopic_Traffic_Simulator.Converters.FromTimeSpanToHoursString.ConvertBack | ( | object | value, |
Type | targetType, | ||
object | parameter, | ||
System.Globalization.CultureInfo | culture | ||
) |
Not implemented conversion from string to TimeSpan
value | String with time. |
targetType | Target type which is TimeSpan. |
parameter | Parameter defined in UI. Not used. |
culture | Current culture info. |
Definition at line 37 of file FromTimeSpanToHoursString.cs.