Table of Contents

Method GetFieldTime

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

GetFieldTime(string)

Gets the value of a time field as a TimeOnly. Also converts from interval, string, DateTime, and Timestamp fields.

public TimeOnly GetFieldTime(string fieldName)

Parameters

fieldName string

The column name.

Returns

TimeOnly

The time value.

Exceptions

Exception

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