Package adams.core
Interface DateValueSupporter
-
- All Known Implementing Classes:
BaseDate
,BaseDateTime
,BaseDateTimeMsec
,BaseTime
,BaseTimeMsec
public interface DateValueSupporter
Interface for classes that support date values.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Date
dateValue()
Returns the Date value.String
formatDateValue(String format)
Returns the Date value formatted as a string.
-