Click or drag to resize

ITimeZonesGetTimeZoneItemById Method

Returns a TimeZone item by time-zone location id for a given date.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
ITimeZoneItem GetTimeZoneItemById(
	int i_TzLocationId,
	DateTime i_Date
)

Parameters

i_TzLocationId
Type: SystemInt32
i_Date
Type: SystemDateTime

Return Value

Type: ITimeZoneItem
See Also