Show / Hide Table of Contents

Method GetTimeSpan

| Improve this Doc View Source

GetTimeSpan(Int32)

Retrieves the value of the specified column as nullable System.TimeSpan.

Declaration
public TimeSpan? GetTimeSpan(int ordinal)
Parameters
Type Name Description
System.Int32 ordinal

The zero based column ordinal.

Returns
Type Description
System.Nullable<System.TimeSpan>

The value of the specified column.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest