IBE.SQL.EliteDBIO.RecalcJumpDistancesInLog C# (CSharp) Method

RecalcJumpDistancesInLog() private method

recalculates distances in the tbLog-table
private RecalcJumpDistancesInLog ( System.DateTime maxAge ) : void
maxAge System.DateTime
return void
        internal void RecalcJumpDistancesInLog(DateTime maxAge)
        {
            try
            {
                RecalcJumpDistancesInLog(maxAge, DateTime.Now);
            }
            catch (Exception ex)
            {
                throw new Exception("Error while recalcing jump distances with 'maxage'", ex);
            }
        }

Same methods

EliteDBIO::RecalcJumpDistancesInLog ( System.DateTime startTime, System.DateTime endTime ) : void