C# Class OddsAndEnds.DateFormatting.IsoDateFormat

ファイルを表示 Open project: jskeet/DemoCode

Public Methods

Method Description
Deconstruct ( this value, int &year, int &month, int &day ) : void

Method Details

Deconstruct() public static method

public static Deconstruct ( this value, int &year, int &month, int &day ) : void
value this
year int
month int
day int
return void