GetLocalTimeZoneOffset
This static method gets the client's local time zone offset relative to Coordinated Universal Time (UTC).
Declaration
// C# public static TimeSpan GetLocalTimeZoneOffset( );
Return Value
A TimeSpan
structure containing the local time zone hours and time zone minutes.