Version

TryGetLowerConstraint(TimeSpan) Method

Tries to obtain the value of the lower constraint.
Syntax
'Declaration
 
Public Overloads Function TryGetLowerConstraint( _
   ByRef value As TimeSpan _
) As Boolean
public bool TryGetLowerConstraint( 
   out TimeSpan value
)

Parameters

value
When the method returns, will be the value of the constraint or TimeSpan.Zero 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 SetLowerConstraint 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