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
fieldNamestringThe column name.
valueDateTime?The DateTime value, or
nullto 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
fieldNamestringThe column name.