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

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

Introduction

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

The text is from its open source code.

Constructor

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

Method

booleanequals(Object obj)
Tests the equality of this object against an arbitrary Object.
DategetEnd()
Returns the date/time that marks the end of the time period.
longgetFirstMillisecond()
Returns the first millisecond of the second.
longgetFirstMillisecond(Calendar calendar)
Returns the first millisecond of the minute.
longgetLastMillisecond()
Returns the last millisecond of the second.
longgetLastMillisecond(Calendar calendar)
Returns the last millisecond of the second.
MinutegetMinute()
Returns the minute.
intgetSecond()
Returns the second within 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 second following this one.