Returns true if this time zone info represents
the observed time zone for the IDateTime value
provided.
Namespace: iCalAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
bool Contains( IDateTime dt ) |
Visual Basic |
---|
Function Contains ( _ dt As IDateTime _ ) As Boolean |
Visual C++ |
---|
bool Contains( IDateTime^ dt ) |
Parameters
- dt
- Type: iCal..::..IDateTime