public interface DateGroup
Date instanced parsed out of natural language text.| Modifier and Type | Method and Description |
|---|---|
List<Date> |
getDates()
Get all
Date instances parsed from the language text. |
int |
getLine()
Get the line in which this
DateGroup was found. |
int |
getPosition()
Get the starting position of this
DateGroup in the language text. |
long |
getRecurInterval()
|
Date |
getRecursUntil()
|
String |
getText()
Get the text fragment parsed into this
DateGroup. |
boolean |
isRecurring()
Return
true if this DateGroup is a recurring event. |
int getLine()
DateGroup was found.Date getRecursUntil()
int getPosition()
DateGroup in the language text.boolean isRecurring()
true if this DateGroup is a recurring event.long getRecurInterval()
Copyright © 2014 OCPsoft. All Rights Reserved.