Click or drag to resize

TimeZones.Find 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: System.Object
The findType-specific search parameter.
findType
Type: NetQuarry.TimeZoneFindType
The type of search to perform.

Return Value

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