C# Class ModernApp4Me.Core.Util.M4MDateUtil

A class which offers static methods in order to manipulate date.
Afficher le fichier Open project: smartnsoft/ModernApp4Me

Méthodes publiques

Méthode Description
JavaTimestampToDateTime ( double javaTimeStamp ) : System.DateTime

Converts a java timestamp to a datetime.

UnixTimestampToDateTime ( double unixTimeStamp ) : System.DateTime

Converts an unix timestamp to a datetime.

Method Details

JavaTimestampToDateTime() public static méthode

Converts a java timestamp to a datetime.
public static JavaTimestampToDateTime ( double javaTimeStamp ) : System.DateTime
javaTimeStamp double the timestamp to convert in
Résultat System.DateTime

UnixTimestampToDateTime() public static méthode

Converts an unix timestamp to a datetime.
public static UnixTimestampToDateTime ( double unixTimeStamp ) : System.DateTime
unixTimeStamp double the timestamp to convert in
Résultat System.DateTime