Uses of Interface
com.teamdev.jxbrowser.time.Timestamp
Packages that use Timestamp
Package
Description
Contains classes that allow you to manage cookies.
Contains classes and interfaces for working with navigation.
The utility classes for working with time.
-
Uses of Timestamp in com.teamdev.jxbrowser.cookie
Methods in com.teamdev.jxbrowser.cookie that return TimestampModifier and TypeMethodDescriptiondefault TimestampCookie.creationTime()Returns the cookie creation time since UNIX epoch.default TimestampCookie.expirationTime()Returns the cookie expiration time since UNIX epoch.Methods in com.teamdev.jxbrowser.cookie with parameters of type TimestampModifier and TypeMethodDescriptionCookie.Builder.creationTime(Timestamp creationTime) Sets the cookie creation time.Cookie.Builder.expirationTime(Timestamp expirationTime) Sets the cookie expiration time. -
Uses of Timestamp in com.teamdev.jxbrowser.time
Fields in com.teamdev.jxbrowser.time declared as TimestampModifier and TypeFieldDescriptionstatic final TimestampTimestamp.MAXThe maximum allowedTimestampof UTC time since Unix epoch.static final TimestampTimestamp.NONETheTimestampfrom the number of microseconds of UTC time since Unix epoch 1970-01-01T00:00:00Z set to none.Methods in com.teamdev.jxbrowser.time that return TimestampModifier and TypeMethodDescriptionTimeRange.end()Returns the end point of the time range.static TimestampTimestamp.fromInstant(Instant instant) Creates aTimestampfrom the givenInstant.static TimestampTimestamp.fromMicros(long microseconds) Creates aTimestampfrom the number of microseconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.static TimestampTimestamp.fromMillis(long milliseconds) Creates aTimestampfrom the number of milliseconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.static TimestampTimestamp.fromSeconds(long seconds) Creates aTimestampfrom the number of seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.TimeRange.start()Returns the start point of the time range.Methods in com.teamdev.jxbrowser.time with parameters of type Timestamp