Method before(Timestamp ts)
Return type: boolean
Member of:
java.sql.Timestamp
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
if(currentStatus.getCreatedOn().before(tempStatus.getCreatedOn()))
2
if (end.before(start))
3
if (product.get("introductionDate") != null && nowTimestamp.before(product.getTimestamp("introductionDate"))) {
4
} else if (((Timestamp) a).before((Timestamp) b)) {
5
(reEnableTime != null && reEnableTime.before(UtilDateTime.nowTimestamp()))) {
6
&& (mas.getEndTime().equals(m_endDate) || mas.getEndTime().before(m_endDate)))
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.