Click or drag to resize

ITimeZonesGetTimeZoneItemByCode Method

Returns a TimeZone item by key for a given date. The key is a string whose first 2 character normally correspond to a country's abbrev2 field.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
ITimeZoneItem GetTimeZoneItemByCode(
	string i_Code,
	DateTime i_Date
)

Parameters

i_Code
Type: SystemString
i_Date
Type: SystemDateTime

Return Value

Type: ITimeZoneItem
See Also