Find a timezone per the specified search.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public TimeZone Find(
Object search,
TimeZoneFindType findType
)
Public Function Find (
search As Object,
findType As TimeZoneFindType
) As TimeZone
Parameters
- search
- Type: SystemObject
The findType-specific search parameter. - findType
- Type: NetQuarryTimeZoneFindType
The type of search to perform.
Return Value
Type:
TimeZoneThe specified timezone if found, else null.
See Also