C# Class Orc.Scheduling.ITimeServiceExtensions

Show file Open project: WildGums/Orc.Scheduling

Public Methods

Method Description
TranslateRealTimeToSimulatedTime ( this timeService, System.TimeSpan timePassed ) : System.TimeSpan
TranslateSimulatedTimeToRealTime ( this timeService, System.TimeSpan timeSpan ) : System.TimeSpan

Method Details

TranslateRealTimeToSimulatedTime() public static method

public static TranslateRealTimeToSimulatedTime ( this timeService, System.TimeSpan timePassed ) : System.TimeSpan
timeService this
timePassed System.TimeSpan
return System.TimeSpan

TranslateSimulatedTimeToRealTime() public static method

public static TranslateSimulatedTimeToRealTime ( this timeService, System.TimeSpan timeSpan ) : System.TimeSpan
timeService this
timeSpan System.TimeSpan
return System.TimeSpan