Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / DateTimeProperty Class / Implicit Type Conversion Operator / Implicit Type Conversion(DateTime,DateTimeProperty) Operator
DateTime property to convert to date and time.
In This Topic
    Implicit Type Conversion(DateTime,DateTimeProperty) Operator
    In This Topic
    Implicit conversion from DateTimeProperty to System.DateTime.
    Syntax
    public DateTime operator implicit( 
       DateTimeProperty property
    )

    Parameters

    property
    DateTime property to convert to date and time.

    Return Value

    DateTime value from the property.
    See Also