Stores the given TimeSpan value in the specified column.
public void SetTimeSpan( int iCol, TimeSpan value);
Remarks
This method sets the specified zero-based column value to the given TimeSpan value. No conversions are performed. To set a TimeSpan field to NULL, use SetValue with a null or empty value.
See Also