Class PeriodOfTime
- java.lang.Object
-
- org.silverpeas.core.webapi.selection.PeriodOfTime
-
- All Implemented Interfaces:
Serializable
public class PeriodOfTime extends Object implements Serializable
Period of time serializable for the Web. The date time at which the period is bounded are set by default- Author:
- mmoquillon
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PeriodOfTime
from(Period period)
Date
getEndDate()
Date
getStartDate()
boolean
isInDays()
-
-
-
Method Detail
-
from
public static PeriodOfTime from(Period period)
-
getStartDate
public Date getStartDate()
-
getEndDate
public Date getEndDate()
-
isInDays
public boolean isInDays()
-
-