C# Class Adf.Core.Extensions.DateTimeExtensions

Datei anzeigen Open project: NLADP/ADF

Public Methods

Method 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 method

public static IsInRange ( this current, System.DateTime start, System.DateTime end ) : bool
current this
start System.DateTime
end System.DateTime
return bool

IsInRangeWithinYear() public static method

public static IsInRangeWithinYear ( this year, System.DateTime start, System.DateTime end ) : bool
year this
start System.DateTime
end System.DateTime
return bool