C# Class EvilExtensions.UkDateFormat

显示文件 Open project: jskeet/DemoCode

Public Methods

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

Method Details

Deconstruct() public static method

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