public interface DateContainer
Note that if a field has a date and it is optional, and the actual field has not set the optional date/s then the call dates() will return an empty list
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.Calendar> |
dates()
Get a calendar for every date found
|