Microscopic Traffic Simulator
Microscopic_Traffic_Simulator.Converters.FromTimeSpanToHoursString Class Reference

Converter from TimeSpan to string representation HH:MM:SS.SSS More...

Inheritance diagram for Microscopic_Traffic_Simulator.Converters.FromTimeSpanToHoursString:

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...
 

Detailed Description

Converter from TimeSpan to string representation HH:MM:SS.SSS

Definition at line 9 of file FromTimeSpanToHoursString.cs.

Member Function Documentation

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

Parameters
valueTime.
targetTypeTarget type which is string.
parameterParameter defined in UI. Not used.
cultureCurrent culture info.
Returns
String representation of time (HH:MM:SS.SSS).

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

Parameters
valueTime.
targetTypeTarget type which is string.
parameterParameter defined in UI. Not used.
cultureCurrent culture info.
Returns
String representation of time (HH:MM:SS.SSS).

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

Parameters
valueString with time.
targetTypeTarget type which is TimeSpan.
parameterParameter defined in UI. Not used.
cultureCurrent culture info.
Returns
Object of type TimeSpan.

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

Parameters
valueString with time.
targetTypeTarget type which is TimeSpan.
parameterParameter defined in UI. Not used.
cultureCurrent culture info.
Returns
Object of type TimeSpan.

Definition at line 37 of file FromTimeSpanToHoursString.cs.


The documentation for this class was generated from the following file: