public unsafe static long $Invoke1(long instance, long *args) { return(GCHandledObjects.ObjectToGCHandle(TimedEventUtils.GetSecondsRemaining((ITimedEventVO)GCHandledObjects.GCHandleToObject(*args)))); }
public static int GetStoreSecondsRemaining(ITimedEventVO vo) { return(TimedEventUtils.GetSecondsRemaining(vo) + vo.GetClosingDurationSeconds()); }