Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / PropertyValue Class / Implicit Type Conversion Operator / Implicit Type Conversion(PropertyValue,DateTime) Operator
Date or time value to save.
Example
In This Topic
    Implicit Type Conversion(PropertyValue,DateTime) Operator
    In This Topic
    Implicit conversion from System.DateTime to PropertyValue.
    Syntax
    public PropertyValue operator implicit( 
       DateTime value
    )

    Parameters

    value
    Date or time value to save.

    Return Value

    New PropertyValue created from the given System.DateTime.
    Remarks
    The resulting instance can hold only System.DateTime values from this moment.
    Example
    PropertyValue value = DateTime.Now;
    See Also