Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / TimeProperty Class / TimeProperty Constructor / TimeProperty Constructor(String)
The value of time as a string.
Example
In This Topic
    TimeProperty Constructor(String)
    In This Topic
    Creates a new instance of the TimeProperty from the specified string value.
    Syntax
    public TimeProperty( 
       string value
    )

    Parameters

    value
    The value of time as a string.
    Exceptions
    ExceptionDescription
    Thrown when the specified unit is not valid for this property.
    Example
    The following example shows how to create a new TimeProperty .
    TimeProperty timeProperty = new TimeProperty("42 s");
    See Also