C# Class Itenso.TimePeriod.Date

Afficher le fichier Open project: jwg4/date-difference Class Usage Examples

Méthodes publiques

Méthode Description
Date ( System.DateTime date ) : System
Date ( int year, int month = 1, int day = 1 ) : System
Equals ( object obj ) : bool
GetDateTime ( ) : System.DateTime
GetDateTime ( Time time ) : System.DateTime
GetDateTime ( int hour, int minute, int second, int millisecond ) : System.DateTime
GetHashCode ( ) : int
ToString ( ) : string

Method Details

Date() public méthode

public Date ( System.DateTime date ) : System
date System.DateTime
Résultat System

Date() public méthode

public Date ( int year, int month = 1, int day = 1 ) : System
year int
month int
day int
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetDateTime() public méthode

public GetDateTime ( ) : System.DateTime
Résultat System.DateTime

GetDateTime() public méthode

public GetDateTime ( Time time ) : System.DateTime
time Time
Résultat System.DateTime

GetDateTime() public méthode

public GetDateTime ( int hour, int minute, int second, int millisecond ) : System.DateTime
hour int
minute int
second int
millisecond int
Résultat System.DateTime

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string