C# 클래스 Wallcreeper.Moon

파일 보기 프로젝트 열기: Winterstark/Wallcreeper

공개 메소드들

메소드 설명
NextFullMoon ( System.DateTime fromDate ) : System.DateTime
PrevFullMoon ( System.DateTime fromDate ) : System.DateTime

비공개 메소드들

메소드 설명
Julian ( int year, int month, double day ) : double
JulianToDate ( System.DateTime &now, double jd ) : void
calcNext ( int y, int m, int d ) : System.DateTime
moon_phase ( int year, int month, int day, double hour, int &ip ) : double
moon_position ( double j, double ls ) : double
nextDay ( int &y, int &m, int &d, double dd ) : void
nightOfTheFullMoon ( System.DateTime date ) : System.DateTime
sun_position ( double j ) : double

메소드 상세

NextFullMoon() 공개 정적인 메소드

public static NextFullMoon ( System.DateTime fromDate ) : System.DateTime
fromDate System.DateTime
리턴 System.DateTime

PrevFullMoon() 공개 정적인 메소드

public static PrevFullMoon ( System.DateTime fromDate ) : System.DateTime
fromDate System.DateTime
리턴 System.DateTime