List of usage examples for java.util GregorianCalendar subclass-usage
From source file Main.java
public class Main extends GregorianCalendar { public static void main(String[] args) { Main cal = new Main();
From source file Main.java
public class Main extends GregorianCalendar { public static void main(String[] args) { Main cal = new Main();
From source file Main.java
public class Main extends GregorianCalendar { public static void main(String[] args) { Main cal = new Main();
From source file Main.java
public class Main extends GregorianCalendar { public static void main(String[] args) { Main cal = new Main();
From source file Main.java
public class Main extends GregorianCalendar { public static void main(String[] args) { // create a new calendar Main cal = new Main();
From source file MonitoredGregorianCalendar.java
/** * @author Matthew D. Hicks * */ public class MonitoredGregorianCalendar extends GregorianCalendar { private ArrayList listeners;
From source file GmtCalendar.java
/**
* GmtCalendar is a useful class for working with times that are based using GMT
* time. For example, if a data loger collects info and returns it as GMT using
* GregorianCalendar is a pain because it will assumes that user supplied times
* are from the default TimeZone. This will cause an ofset in the time of each
* data sample. To avoid this GmtCalendar uses the GMT as it's default TimeZone.
From source file com.qtplaf.library.util.Calendar.java
/** * A Calendar implements a more natural use of a <code>GregorianCalendar</code>. * * @author Miquel Sas */ public class Calendar extends GregorianCalendar {
From source file com.pr7.logging.CustomDailyRollingFileAppender.java
/** * RollingCalendar is a helper class to DailyRollingFileAppender. Given a * periodicity type and the current time, it computes the start of the next * interval. * */ class RollingCalendar extends GregorianCalendar {
From source file com.iisigroup.cap.log.TimeFolderSizeRollingFileAppender.java
/** * RollingCalendar is a helper class to TimeSizeRollingFileAppender. Given a periodicity type and the current time, it computes the start of the next interval. */ class RollingCalendar extends GregorianCalendar { /** * serialVersionUID.