Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / PropertyValue Class / Implicit Type Conversion Operator / Implicit Type Conversion(DateTime,PropertyValue) Operator
Value to convert.
In This Topic
    Implicit Type Conversion(DateTime,PropertyValue) Operator
    In This Topic
    Implicit conversion from PropertyValue to System.DateTime.
    Syntax
    public DateTime operator implicit( 
       PropertyValue propertyValue
    )

    Parameters

    propertyValue
    Value to convert.

    Return Value

    Remarks
    Use only for a PropertyValue which stores a date or time value! In case of null input returns default(DateTime) (DateTime.MinValue).
    See Also