C# Class QuickDotNetCheck.Implementation.HardCodeThatDate

显示文件 Open project: kilfour/QuickDotNetCheck

Public Methods

Method Description
April ( this day, int year ) : System.DateTime
August ( this day, int year ) : System.DateTime
December ( this day, int year ) : System.DateTime
February ( this day, int year ) : System.DateTime
January ( this day, int year ) : System.DateTime
July ( this day, int year ) : System.DateTime
June ( this day, int year ) : System.DateTime
March ( this day, int year ) : System.DateTime
May ( this day, int year ) : System.DateTime
November ( this day, int year ) : System.DateTime
October ( this day, int year ) : System.DateTime
September ( this day, int year ) : System.DateTime
ToCode ( this date ) : string

Method Details

April() public static method

public static April ( this day, int year ) : System.DateTime
day this
year int
return System.DateTime

August() public static method

public static August ( this day, int year ) : System.DateTime
day this
year int
return System.DateTime

December() public static method

public static December ( this day, int year ) : System.DateTime
day this
year int
return System.DateTime

February() public static method

public static February ( this day, int year ) : System.DateTime
day this
year int
return System.DateTime

January() public static method

public static January ( this day, int year ) : System.DateTime
day this
year int
return System.DateTime

July() public static method

public static July ( this day, int year ) : System.DateTime
day this
year int
return System.DateTime

June() public static method

public static June ( this day, int year ) : System.DateTime
day this
year int
return System.DateTime

March() public static method

public static March ( this day, int year ) : System.DateTime
day this
year int
return System.DateTime

May() public static method

public static May ( this day, int year ) : System.DateTime
day this
year int
return System.DateTime

November() public static method

public static November ( this day, int year ) : System.DateTime
day this
year int
return System.DateTime

October() public static method

public static October ( this day, int year ) : System.DateTime
day this
year int
return System.DateTime

September() public static method

public static September ( this day, int year ) : System.DateTime
day this
year int
return System.DateTime

ToCode() public static method

public static ToCode ( this date ) : string
date this
return string