C# Class OddsAndEnds.DateFormatting.UsDateFormat

显示文件 Open project: jskeet/DemoCode

Public Methods

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

Method Details

Deconstruct() public static method

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