C# Class AcTools.Utils.Helpers.DateTimeExtension

Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
CompareByDays ( this a, System.DateTime b ) : int
IsSameDay ( this a, System.DateTime b ) : bool
ToDateTime ( this l ) : System.DateTime
ToMillisecondsTimestamp ( this d ) : long
ToUnixTimestamp ( this d ) : long

Method Details

CompareByDays() public static méthode

public static CompareByDays ( this a, System.DateTime b ) : int
a this
b System.DateTime
Résultat int

IsSameDay() public static méthode

public static IsSameDay ( this a, System.DateTime b ) : bool
a this
b System.DateTime
Résultat bool

ToDateTime() public static méthode

public static ToDateTime ( this l ) : System.DateTime
l this
Résultat System.DateTime

ToMillisecondsTimestamp() public static méthode

public static ToMillisecondsTimestamp ( this d ) : long
d this
Résultat long

ToUnixTimestamp() public static méthode

public static ToUnixTimestamp ( this d ) : long
d this
Résultat long