Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / TimeProperty Class / Implicit Type Conversion Operator
Text form of time to store in the property.
Example
In This Topic
    Implicit Type Conversion Operator (TimeProperty)
    In This Topic
    Implicit conversion from System.String to TimeProperty.
    Syntax
    public TimeProperty operator implicit( 
       string value
    )

    Parameters

    value
    Text form of time to store in the property.

    Return Value

    New TimeProperty created from the given System.String value.
    Example
    TimeProperty timeProperty1 = "42 s";
    TimeProperty timeProperty2 = "42s";
    TimeProperty timeProperty3 = "42";
    // Unit of timeProperty3 depends on Harness proD settings!
    See Also