Click or drag to resize

TimeZonesFind Method

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
)

Parameters

search
Type: SystemObject
The findType-specific search parameter.
findType
Type: NetQuarryTimeZoneFindType
The type of search to perform.

Return Value

Type: TimeZone
The specified timezone if found, else null.
See Also