Table of Contents

Method SetFieldTimestamp

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

SetFieldTimestamp(string, DateTimeOffset?)

Sets the value of a timestamp (date/time with time zone offset) field.

public void SetFieldTimestamp(string fieldName, DateTimeOffset? value)

Parameters

fieldName string

The column name.

value DateTimeOffset?

The DateTimeOffset value, or null to set the field to SQL NULL.