Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / TimeProperty Class / TimeProperty Constructor / TimeProperty Constructor()
Example
In This Topic
    TimeProperty Constructor()
    In This Topic
    Creates a new instance of an empty TimeProperty.
    Syntax
    public TimeProperty()
    Example
    The following example shows how to create a new empty TimeProperty.
    TimeProperty emptyProperty = new TimeProperty();
    See Also