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

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

Introduction

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

The text is from its open source code.

Constructor

Millisecond(Date time)
Constructs a new millisecond using the default time zone.
Millisecond()
Constructs a millisecond based on the current system time.
Millisecond(int millisecond, Second second)
Constructs a millisecond.
Millisecond(Date time, TimeZone zone)
Creates a millisecond.
Millisecond(Date time, TimeZone zone, Locale locale)
Creates a millisecond.
Millisecond(int millisecond, int second, int minute, int hour, int day, int month, int year)
Creates a new millisecond.

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 time period.
longgetLastMillisecond()
Returns the last millisecond of the second.
longgetLastMillisecond(Calendar calendar)
Returns the last millisecond of the time period.
longgetMiddleMillisecond()
Returns the millisecond closest to the middle of the time period.
longgetMillisecond()
Returns the millisecond.
SecondgetSecond()
Returns the second.
longgetSerialIndex()
Returns a serial index number for the millisecond.
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 millisecond following this one.
StringtoString()
Returns a string representation of the time period.