Uses of Interface
com.teamdev.jxbrowser.time.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
Modifier and TypeMethodDescriptiondefault Timestamp
Cookie.creationTime()
Returns the cookie creation time since UNIX epoch.default Timestamp
Cookie.expirationTime()
Returns the cookie expiration time since UNIX epoch.Modifier 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
Modifier and TypeFieldDescriptionstatic final Timestamp
Timestamp.NONE
TheTimestamp
from the number of microseconds of UTC time since Unix epoch 1970-01-01T00:00:00Z set to none.Modifier and TypeMethodDescriptionstatic Timestamp
Timestamp.fromMicros
(long microseconds) Creates aTimestamp
from the number of microseconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.static Timestamp
Timestamp.fromMillis
(long milliseconds) Creates aTimestamp
from the number of milliseconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.static Timestamp
Timestamp.fromSeconds
(long seconds) Creates aTimestamp
from the number of seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.