Method SetDateTimeValue
SetDateTimeValue(ElementId, DateTime)
Sets the value of a date time parameter.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
void SetDateTimeValue(ElementId inElementId, DateTime inValue)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the parameter to modify. |
| DateTime | inValue | New value. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.6.