API Help
Eplan.EplApi.DataModel Namespace / PropertyValue Class / Implicit Type Conversion Operator / Implicit Type Conversion(PropertyValue,DateTime) Operator
System.DateTime to convert

In This Topic
Implicit Type Conversion(PropertyValue,DateTime) Operator
In This Topic
Used in conversion from System.DateTime to the PropertyValue object.
Syntax
public PropertyValue operator implicit( 
   DateTime time
)

Parameters

time
System.DateTime to convert

Return Value

PropertyValue object storing value given as a parameter.
See Also