public void Dispose() { CurrentApplication.SkipDays(-Days); }
public TimeWarp(int days) { Days = days; CurrentApplication.SkipDays(days); }