Constructs a new SycloCalendar object using the data from an existing GregorianCalendar object and the default locale.
If you need a non-default locale, use SycloCalendar(GregorianCalendar, Locale); this constructor cannot read the locale from the given calendar object because GregorianCalendar does not provide a method for doing that.