'Declaration Public Overloads Function Succeeds( _ ByVal value As TdPeriodDate _ ) As Boolean
'Usage Dim instance As TdPeriodDate Dim value As TdPeriodDate Dim value As Boolean value = instance.Succeeds(value)
public bool Succeeds( TdPeriodDate value )
public: bool Succeeds( TdPeriodDate value )
Parameters
- value
- The TdPeriodDate operand that this instance is compared against.
Return Value
true
is returned when the this instance succeeds the value, otherwise a false
is returned.