C# Class NDG.Convertors.DateTimeExtensions

Afficher le fichier Open project: nokiadatagathering/WP7-Official

Méthodes publiques

Méthode Description
IsDayOfCurrentWeek ( this dt ) : bool
StartOfWeek ( this dt, DayOfWeek startOfWeek ) : System.DateTime

Method Details

IsDayOfCurrentWeek() public static méthode

public static IsDayOfCurrentWeek ( this dt ) : bool
dt this
Résultat bool

StartOfWeek() public static méthode

public static StartOfWeek ( this dt, DayOfWeek startOfWeek ) : System.DateTime
dt this
startOfWeek DayOfWeek
Résultat System.DateTime