Save This Page
Home » jexcelapi_2_6_8 » jxl » [javadoc | source]
jxl
public interface: DateCell [javadoc | source]

All Implemented Interfaces:
    Cell

All Known Implementing Classes:
    SharedDateFormulaRecord, ReadDateFormulaRecord, DateRecord, DateFormulaRecord, DateFormulaCell, DateTime

A date cell
Method from jxl.DateCell Summary:
getDate,   getDateFormat,   isTime
Method from jxl.DateCell Detail:
 public Date getDate()
    Gets the date contained in this cell
 public DateFormat getDateFormat()
    Gets the DateFormat used to format the cell. This will normally be the format specified in the excel spreadsheet, but in the event of any difficulty parsing this, it will revert to the default date/time format.
 public boolean isTime()
    Indicates whether the date value contained in this cell refers to a date, or merely a time