SycloCalendar(GregorianCalendar) constructor

Constructs a new SycloCalendar object using the data from an existing GregorianCalendar object and the default locale.

Syntax

public SycloCalendar ( GregorianCalendar cal )

Parameters

Usage

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.