Ru.GameSchool.DataLayer.Repository.LevelMaterial.IsNew C# (CSharp) Method

IsNew() public method

public IsNew ( ) : bool
return bool
        public bool IsNew()
        {
            return CreateDateTime.AddHours(23) >= DateTime.Now;
        }