Version

TryGetUpperConstraint(DateTime) Method

Tries to obtain the value of the upper constraint.
Syntax
'Declaration
 
Public Overloads Function TryGetUpperConstraint( _
   ByRef value As Date _
) As Boolean
public bool TryGetUpperConstraint( 
   out DateTime value
)

Parameters

value
When the method returns, will be the value of the constraint or DateTime.MinValue if the value could not be obtained.

Return Value

True if the constraint value could be obtained; False otherwise.
Remarks

The constraint value can only be obtained if it was set with one of the SetUpperConstraint methods or a formula was set with one of the SetLowerConstraintFormula methods and the formula equals a constant value, such as =5.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also