WriteDate Method
WriteDate(String, Nullable<HLocalDate>)
Writes a Date field.
Declaration
void WriteDate(string name, HLocalDate? value)
Parameters
String | name | The name of the field. |
Nullable<HLocalDate> | value | The value of the field. |