C# Class OddsAndEnds.DateFormatting.UsDateFormat

Afficher le fichier Open project: jskeet/DemoCode

Méthodes publiques

Méthode Description
Deconstruct ( this value, int &month, int &day, int &year ) : void

Method Details

Deconstruct() public static méthode

public static Deconstruct ( this value, int &month, int &day, int &year ) : void
value this
month int
day int
year int
Résultat void