Method CurrentDate
CurrentDate(string)
Sets the value of the named element to the current date (see $currentDate).
public UpdateBuilder CurrentDate(string name)
Parameters
name
stringThe name of the element.
Returns
- UpdateBuilder
The builder (so method calls can be chained).
CurrentDate(string, UpdateCurrentDateType)
Sets the value of the named element to the current date (see $currentDate).
public UpdateBuilder CurrentDate(string name, UpdateCurrentDateType type)
Parameters
name
stringThe name of the element.
type
UpdateCurrentDateTypeThe type to use.
Returns
- UpdateBuilder
The builder (so method calls can be chained).