Version

ManualProjectDuration Structure Members

The following tables list the members exposed by ManualProjectDuration.

Public Constructors
 NameDescription
Public ConstructorManualProjectDuration ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyIsEstimatedReturns a boolean indicating whether the Value represents an estimated value.  
Public PropertyTextReturns the text that is shown when an explicit value is not specified.  
Public PropertyTypeReturns an enumeration used to indicate the type of value that the structure represents.  
Public PropertyValueReturns the value.  
Public Methods
 NameDescription
Public MethodEqualsOverloaded. Compares the specified ManualProjectDuration to this instance's values.  
Public MethodGetHashCodeReturns a hash value for the ManualProjectDuration  
Public MethodToStringOverloaded. Returns a string representation of the ManualProjectDuration  
Public Operators
public Operator Equality Compares two ManualProjectDuration instances to determine if they are equal
public Operator Explicit Type Conversion Returns the value of the specified ManualProjectDuration
public Operator Implicit Type Conversion Creates a new ManualProjectDuration initialized with the specified value.
public Operator Inequality Compares two ManualProjectDuration instances to determine if they are not equal
See Also