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