Returns offset in minutes between corporate time zone and the local time zone of the client. If the corporate time zone is not defined by the Innovator then '0' is returned.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public int GetCorporateToLocalOffset()
Visual Basic (Declaration)
Public Function GetCorporateToLocalOffset As Integer
J#
public int GetCorporateToLocalOffset()
JScript
public function GetCorporateToLocalOffset() : int

Return Value

Offset in minutes

See Also