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

In This Topic
Implicit Type Conversion(MDPropertyValue,DateTime) Operator
In This Topic
Converts from System.DateTime to the MDPropertyValue object.
Syntax
public MDPropertyValue operator implicit( 
   DateTime time
)

Parameters

time
System.DateTime to convert

Return Value

MDPropertyValue object storing System.DateTime value.
See Also