how can i now by writing code, which is the GMT (Time Zone) currently
configured in the machine?
thanks to all
Lloyd Dupont - 06 May 2005 04:28 GMT
What about System.TimeZone?
> how can i now by writing code, which is the GMT (Time Zone) currently
> configured in the machine?
>
> thanks to all
Katy King - 06 May 2005 19:58 GMT
From: "=?Utf-8?B?UmljYXJkbyBRdWludGFuaWxsYQ==?="
<RicardoQuintanilla@discussions.microsoft.com>
| how can i now by writing code, which is the GMT (Time Zone) currently
| configured in the machine?
System.TimeZone.CurrentTimeZone gives you the machine's current time zone.
GMT generally refers to Greenwich Mean Time, or UTC.
Katy