ExcelWorksheetDataNDateTime Method (Int32) |
Returns the content of the nth cell cast to a nullable DateTime.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<DateTime> NDateTime(
int ordinal
)
Public Function NDateTime (
ordinal As Integer
) As Nullable(Of DateTime)
public:
Nullable<DateTime> NDateTime(
int ordinal
)
member NDateTime :
ordinal : int -> Nullable<DateTime>
Parameters
- ordinal
- Type: SystemInt32
Return Value
Type:
NullableDateTimeRemarks
The DateTime must be in UK format, i.e. 'dd/mm/yyyy' or 'dd/mm/yyyy hh:mm:ss' or 'dd/mm/yyyy hh:mm:ss.sss'.
See Also