Table of Contents

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

fieldName string

The column name.

Returns

TimeSpan

The interval as a TimeSpan.

Exceptions

Exception

Thrown when the field name is invalid or no interval-compatible value can be found.