Interface SimpleDateResult
- All Known Implementing Classes:
Date
public interface SimpleDateResult
-
Method Summary
Modifier and TypeMethodDescriptiongetDate()Date getter, ifSimpleDaterepresentation of date result exists returns it, otherwise returns null.
-
Method Details
-
getDate
Date getter, ifSimpleDaterepresentation of date result exists returns it, otherwise returns null.- Returns:
- if
SimpleDaterepresentation of date result exists returns it, otherwise returns null.
-