'Declaration Public Overloads Function Meets( _ ByVal value As TdPeriodTimestamp _ ) As Boolean
'Usage Dim instance As TdPeriodTimestamp Dim value As TdPeriodTimestamp Dim value As Boolean value = instance.Meets(value)
public bool Meets( TdPeriodTimestamp value )
public: bool Meets( TdPeriodTimestamp value )
Parameters
- value
- The TdPeriodTimestamp operand.
Return Value
true
is returned if this instance meets the value, otherwise a false
is returned.