Method after(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 (!vf.after(docDate))
2
if (product.get("salesDiscontinuationDate") != null && nowTimestamp.after(product.getTimestamp("salesDiscontinuationDate"))) {
3
&& activitySchedule.getScheduledDate().after( nextActDate ) )
4
if (((Timestamp) a).after((Timestamp) b)) {
5
if ((mas.getStartTime().equals(m_startDate) || mas.getStartTime().after(m_startDate))
6
if (fromDate != null && fromDate.after(nowTimestamp)) {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.