Table of Contents

Method SetFieldDateTime

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

SetFieldDateTime(string, DateTime?)

Sets the value of a date/time field.

public void SetFieldDateTime(string fieldName, DateTime? value)

Parameters

fieldName string

The column name.

value DateTime?

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

SetFieldDateTime(string)

Sets a date/time field to the current UTC date and time.

public void SetFieldDateTime(string fieldName)

Parameters

fieldName string

The column name.