Click or drag to resize
ExcelWorksheetDataDateTime Method
Overload List
  NameDescription
Public methodDateTime(Int32)
Returns the content of the nth cell cast to a DateTime.
Public methodDateTime(String)
Returns the content of the cell at columnName cast to a DateTime.
Public methodDateTime(Int32, DateTime)
Returns the content of the nth cell cast to a DateTime. If the cell is empty then 'emptyValue' is returned.
Public methodDateTime(String, DateTime)
Returns the content of the cell at columnName cast to a DateTime. If the cell is empty then 'emptyValue' is returned.
Top
See Also