asposediagram.api

Class DateValue

Date and time value.

Constructor Summary
DateValue(value, unit)
Constructor.
 
Property Getters/Setters Summary
methodgetUfe()
Attributes of an element.
methodgetValue()
method
setValue(value)
           Date and time value.
 
Method Summary
methodequals(value)
Are objects equal.
methodhashCode()
Serves as a hash function for a particular type.
 

    • Constructor Detail

      • DateValue

        DateValue(value, unit)
        Constructor.
        Parameters:
        value: DateTime -
        unit: int - A MeasureConst value.
    • Property Getters/Setters Detail

      • getValue/setValue : DateTime 

        DateTime getValue() / setValue(value)
        
        Date and time value.
    • Method Detail

      • equals

        boolean equals(value)
        Are objects equal.
        Parameters:
        value: Object -
        Returns:
      • hashCode

        int hashCode()
        Serves as a hash function for a particular type.
        Returns: