C# Class Date, study

Afficher le fichier Open project: joonhwan/study Class Usage Examples

Méthodes publiques

Méthode Description
Date ( ) : System
Date ( int year, int month, int day ) : System
DayOfYear ( ) : int
IsLeapYear ( int year ) : bool
ToString ( ) : string
this ( string str ) : int

Private Methods

Méthode Description
IsConsistent ( int year, int month, int day ) : bool

Method Details

Date() public méthode

public Date ( ) : System
Résultat System

Date() public méthode

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

DayOfYear() public méthode

public DayOfYear ( ) : int
Résultat int

IsLeapYear() public static méthode

public static IsLeapYear ( int year ) : bool
year int
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( string str ) : int
str string
Résultat int