C# Class Optimus.Extensions.DateTimeExtensions

Afficher le fichier Open project: TimGeyssens/BundlingAndMinificationForTheMasses

Méthodes publiques

Méthode Description
Ceil ( this date, System.TimeSpan span ) : System.DateTime
Floor ( this date, System.TimeSpan span ) : System.DateTime
Round ( this date, System.TimeSpan span ) : System.DateTime

Method Details

Ceil() public static méthode

public static Ceil ( this date, System.TimeSpan span ) : System.DateTime
date this
span System.TimeSpan
Résultat System.DateTime

Floor() public static méthode

public static Floor ( this date, System.TimeSpan span ) : System.DateTime
date this
span System.TimeSpan
Résultat System.DateTime

Round() public static méthode

public static Round ( this date, System.TimeSpan span ) : System.DateTime
date this
span System.TimeSpan
Résultat System.DateTime