Click or drag to resize

ITimeZonesConvertBase2DisplayDate Method

Converts a data base date to a display date relative to a given time-zone location. The data base time-zone is implicit.

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

Parameters

i_BaseDate
Type: SystemDateTime
i_TzLocationId
Type: SystemInt32

Return Value

Type: DateTime
See Also