TheAirline.Models.Airports.AirportContract.GetMonthsLeft C# (CSharp) Method

GetMonthsLeft() public method

public GetMonthsLeft ( ) : int
return int
        public int GetMonthsLeft()
        {
            return MathHelpers.GetMonthsBetween(
                GameObject.GetInstance().GameTime,
                ContractDate.AddYears(Length));
        }