C# Class Orc.Scheduling.ITimeServiceExtensions

Afficher le fichier Open project: WildGums/Orc.Scheduling

Méthodes publiques

Méthode Description
TranslateRealTimeToSimulatedTime ( this timeService, System.TimeSpan timePassed ) : System.TimeSpan
TranslateSimulatedTimeToRealTime ( this timeService, System.TimeSpan timeSpan ) : System.TimeSpan

Method Details

TranslateRealTimeToSimulatedTime() public static méthode

public static TranslateRealTimeToSimulatedTime ( this timeService, System.TimeSpan timePassed ) : System.TimeSpan
timeService this
timePassed System.TimeSpan
Résultat System.TimeSpan

TranslateSimulatedTimeToRealTime() public static méthode

public static TranslateSimulatedTimeToRealTime ( this timeService, System.TimeSpan timeSpan ) : System.TimeSpan
timeService this
timeSpan System.TimeSpan
Résultat System.TimeSpan