C# Class Cornerstone.Extensions.DateTimeExtensions

Afficher le fichier Open project: damienhaynes/moving-pictures

Méthodes publiques

Méthode Description
GetStartOfMonth ( this self ) : System.DateTime

Gets a new instance of DateTime representing the start of the month for this instance

GetStartOfWeek ( this self ) : System.DateTime

Gets an instance of DateTime representing the start of the week for this instance

GetStartOfYear ( this self ) : System.DateTime

Gets a new instance of DateTime representing the start of the year for this instance

Method Details

GetStartOfMonth() public static méthode

Gets a new instance of DateTime representing the start of the month for this instance
public static GetStartOfMonth ( this self ) : System.DateTime
self this
Résultat System.DateTime

GetStartOfWeek() public static méthode

Gets an instance of DateTime representing the start of the week for this instance
public static GetStartOfWeek ( this self ) : System.DateTime
self this
Résultat System.DateTime

GetStartOfYear() public static méthode

Gets a new instance of DateTime representing the start of the year for this instance
public static GetStartOfYear ( this self ) : System.DateTime
self this
Résultat System.DateTime