C# Класс Adf.Core.Extensions.DateTimeExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
IsInRange ( this current, System.DateTime start, System.DateTime end ) : bool
IsInRangeWithinYear ( this year, System.DateTime start, System.DateTime end ) : bool

Описание методов

IsInRange() публичный статический Метод

public static IsInRange ( this current, System.DateTime start, System.DateTime end ) : bool
current this
start System.DateTime
end System.DateTime
Результат bool

IsInRangeWithinYear() публичный статический Метод

public static IsInRangeWithinYear ( this year, System.DateTime start, System.DateTime end ) : bool
year this
start System.DateTime
end System.DateTime
Результат bool