Package adams.core
Interface DateValueSupporter
-
- All Known Implementing Classes:
BaseDate,BaseDateTime,BaseDateTimeMsec,BaseTime,BaseTimeMsec
public interface DateValueSupporterInterface 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 DatedateValue()Returns the Date value.StringformatDateValue(String format)Returns the Date value formatted as a string.
-