'Declaration Public Function Contains( _ ByVal value As TdTimestampWithTimeZone _ ) As Boolean
'Usage Dim instance As TdPeriodTimestampWithTimeZone Dim value As TdTimestampWithTimeZone Dim value As Boolean value = instance.Contains(value)
public bool Contains( TdTimestampWithTimeZone value )
public: bool Contains( TdTimestampWithTimeZone 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.