C# Class OddsAndEnds.DateFormatting.IsoDateFormat

Afficher le fichier Open project: jskeet/DemoCode

Méthodes publiques

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

Method Details

Deconstruct() public static méthode

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