'Declaration Public Function Contains( _ ByVal value As TdTimestamp _ ) As Boolean
'Usage Dim instance As TdPeriodTimestamp Dim value As TdTimestamp Dim value As Boolean value = instance.Contains(value)
public bool Contains( TdTimestamp value )
public: bool Contains( TdTimestamp value )
Parameters
- value
- The TdTimestamp that is to be found in the period.
Return Value
A boolean value is returned that indicates whether the value
is contained in the period.