Java org.jfree.data.time Minute fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.time Minute fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data.time Minute.

The text is from its open source code.

Constructor

Minute()
Constructs a new Minute, based on the system date/time.
Minute(int minute, int hour, int day, int month, int year)
Creates a new minute.
Minute(int minute, Hour hour)
Constructs a new Minute.
Minute(Date time, TimeZone zone)
Constructs a new Minute, based on the supplied date/time and timezone.
Minute(Date time)
Constructs a new instance, based on the supplied date/time and the default time zone.
Minute(Date time, TimeZone zone, Locale locale)
Constructs a new Minute, based on the supplied date/time and timezone.

Method

booleanequals(Object obj)
Tests the equality of this object against an arbitrary Object.
DaygetDay()
Returns the day.
DategetEnd()
Returns the date/time that marks the end of the time period.
longgetFirstMillisecond()
Returns the first millisecond of the minute.
longgetFirstMillisecond(Calendar calendar)
Returns the first millisecond of the minute.
HourgetHour()
Returns the hour.
intgetHourValue()
Returns the hour.
longgetLastMillisecond()
Returns the last millisecond of the minute.
longgetLastMillisecond(Calendar calendar)
Returns the last millisecond of the minute.
intgetMinute()
Returns the minute.
longgetSerialIndex()
Returns a serial index number for the minute.
DategetStart()
Returns the date/time that marks the start of the time period.
inthashCode()
Returns a hash code for this object instance.
RegularTimePeriodnext()
Returns the minute following this one.
MinuteparseMinute(String s)
Creates a Minute instance by parsing a string.
RegularTimePeriodprevious()
Returns the minute preceding this one.