Java org.apache.wicket.util.time Time fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.util.time Time fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.util.time Time.

The text is from its open source code.

Field

TimeSTART_OF_UNIX_TIME
the beginning of UNIX time: January 1, 1970, 0:00 GMT.

Method

DurationelapsedSince()
Calculates the amount of time that has elapsed since this Time value.
Timemillis(final long time)
Retrieves a Time instance based on the given milliseconds.
Timenow()
Retrieves a Time instance based on the current time.
TimevalueOf(final Date date)
Retrieves a Time instance based on the given Date object.
TimevalueOf(final String string)
Retrieves a Time instance by parsing 'yyyy.MM.dd-h.mma' format.
TimevalueOf(final TimeOfDay timeOfDay)
Retrieves a Time instance based on the given TimeOfDay object.