ZennoLab Assemblies Documentation
GetTimezone Method (ZennoPoster.IpTools)
ZennoLab.CommandCenter Namespace > ZennoPoster.IpTools Class : GetTimezone Method

Type: System.String

The IP address for the proxy.

Type: System.Int32

The number of hours in the difference between the current time zone and UTC.

Type: System.Int32

The number of minutes in the difference between the current time zone and UTC.

Gets timezone according with the ip.
Syntax
public static void GetTimezone( 
   string ip,
   out int hours,
   out int minutes
)

Parameters

ip

Type: System.String

The IP address for the proxy.

hours

Type: System.Int32

The number of hours in the difference between the current time zone and UTC.

minutes

Type: System.Int32

The number of minutes in the difference between the current time zone and UTC.

Remarks

Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

ZennoPoster.IpTools Class
ZennoPoster.IpTools Members