System.Globalization.JapaneseLunisolarCalendar.JapaneseLunisolarCalendar C# (CSharp) Method

JapaneseLunisolarCalendar() public method

public JapaneseLunisolarCalendar ( ) : System
return System
        public JapaneseLunisolarCalendar() {
            helper = new GregorianCalendarHelper(this, m_EraInfo);
        }