C# Class Adf.Core.Extensions.DateTimeExtensions

Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode Description
IsInRange ( this current, System.DateTime start, System.DateTime end ) : bool
IsInRangeWithinYear ( this year, System.DateTime start, System.DateTime end ) : bool

Method Details

IsInRange() public static méthode

public static IsInRange ( this current, System.DateTime start, System.DateTime end ) : bool
current this
start System.DateTime
end System.DateTime
Résultat bool

IsInRangeWithinYear() public static méthode

public static IsInRangeWithinYear ( this year, System.DateTime start, System.DateTime end ) : bool
year this
start System.DateTime
end System.DateTime
Résultat bool