Method GetPropertyDateTimeValue
GetPropertyDateTimeValue(ElementId, string)
Gets the value of an element date and time property.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 300, 60)]
DateTime GetPropertyDateTimeValue(ElementId inElementId, string inFullName)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the element to analyze. |
| string | inFullName | Full name of the element date and time property to analyze. |
Returns
| Type | Description |
|---|---|
| DateTime | Value of the property. |
Remarks
This method is available since v7.8.300.60.