Method GetFieldInterval
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
GetFieldInterval(string)
Gets the value of an interval field as a TimeSpan. Also converts from time, string, long, integer, and decimal fields.
public TimeSpan GetFieldInterval(string fieldName)
Parameters
fieldNamestringThe column name.
Returns
Exceptions
- Exception
Thrown when the field name is invalid or no interval-compatible value can be found.