Version

ProjectDuration Structure Members

The following tables list the members exposed by ProjectDuration.

Public Constructors
 NameDescription
Public ConstructorProjectDuration ConstructorInitializes a new ProjectDuration with the specified value.  
Public Properties
 NameDescription
Public PropertyDurationReturns the total span of active working time.  
Public PropertyFormatReturns the kind of value that the duration represents.  
Public PropertyIsEstimatedReturns or sets a boolean indicating if the value represents an estimation.  
Public Methods
 NameDescription
Public MethodEqualsOverloaded. Compares the specified ProjectDuration to this instance's values.  
Public Methodstatic (Shared in Visual Basic)FromFormatUnitsRoutine used to create a ProjectDuration based on the specified number of units of the specified unit type.  
Public MethodGetHashCodeReturns a hash value for the ProjectDuration  
Public MethodToStringOverloaded. Returns a string representation of the ProjectDuration  
Public Operators
public Operator Equality Compares two ProjectDuration instances to determine if they are equal
public Operator Explicit Type Conversion Returns the duration of the specified ProjectDuration
public Operator Inequality Compares two ProjectDuration instances to determine if they are not equal
See Also