C# 클래스 QuickGenerate.HardCodeThoseDates.HardCodeThatDate

파일 보기 프로젝트 열기: kilfour/QuickGenerate

공개 메소드들

메소드 설명
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

메소드 상세

April() 공개 정적인 메소드

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

August() 공개 정적인 메소드

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

December() 공개 정적인 메소드

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

February() 공개 정적인 메소드

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

January() 공개 정적인 메소드

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

July() 공개 정적인 메소드

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

June() 공개 정적인 메소드

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

March() 공개 정적인 메소드

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

May() 공개 정적인 메소드

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

November() 공개 정적인 메소드

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

October() 공개 정적인 메소드

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

September() 공개 정적인 메소드

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

ToCode() 공개 정적인 메소드

public static ToCode ( this date ) : string
date this
리턴 string