C# Class System.DateTimeExtension

Afficher le fichier Open project: kirnosenko/msr-tools

Méthodes publiques

Méthode Description
AddQuarters ( this date, int quarters ) : System.DateTime
AddWeeks ( this date, int weeks ) : System.DateTime
StartOfDay ( this date ) : System.DateTime
StartOfMonth ( this date ) : System.DateTime
StartOfQuarter ( this date ) : System.DateTime
StartOfWeek ( this date ) : System.DateTime
StartOfYear ( this date ) : System.DateTime

Method Details

AddQuarters() public static méthode

public static AddQuarters ( this date, int quarters ) : System.DateTime
date this
quarters int
Résultat System.DateTime

AddWeeks() public static méthode

public static AddWeeks ( this date, int weeks ) : System.DateTime
date this
weeks int
Résultat System.DateTime

StartOfDay() public static méthode

public static StartOfDay ( this date ) : System.DateTime
date this
Résultat System.DateTime

StartOfMonth() public static méthode

public static StartOfMonth ( this date ) : System.DateTime
date this
Résultat System.DateTime

StartOfQuarter() public static méthode

public static StartOfQuarter ( this date ) : System.DateTime
date this
Résultat System.DateTime

StartOfWeek() public static méthode

public static StartOfWeek ( this date ) : System.DateTime
date this
Résultat System.DateTime

StartOfYear() public static méthode

public static StartOfYear ( this date ) : System.DateTime
date this
Résultat System.DateTime