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