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