public interface Timestamp
Modifier and Type | Method and Description |
---|---|
Date |
toDate()
Converts the timestamp to a
Date . |
Instant |
toInstant()
Converts the timestamp to an
Instant . |
Timestamp |
toSqlTimestamp()
Converts the timestamp to an
SQL Timestamp . |
@IgnoreJRERequirement Instant toInstant()
Instant
.Instant
Timestamp toSqlTimestamp()
SQL Timestamp
.SQL Timestamp
Copyright © 2020. All rights reserved.