C# Class Prizm.Main.Common.DateExtension

Afficher le fichier Open project: AleksMorozova/prizm

Méthodes publiques

Méthode Description
CheckDiapason ( System.DateTime startDate, System.DateTime endDate ) : bool
IsValid ( this date ) : bool

Check date limits for save to DB

Method Details

CheckDiapason() public static méthode

public static CheckDiapason ( System.DateTime startDate, System.DateTime endDate ) : bool
startDate System.DateTime
endDate System.DateTime
Résultat bool

IsValid() public static méthode

Check date limits for save to DB
public static IsValid ( this date ) : bool
date this DateTime
Résultat bool