Beispiel #1
0
 public static LunarDate ToLunarDate(this DateTime d, int timeZone)
 {
     return(LunarYearTools.SolarToLunar(d, timeZone));
 }