M
maflatoun
Hi everyone,
I have 3 different time zones that I'm working with. Basically
converting from UTC to those 3 time zones.
Eastern Daylight Time (GMT -04:00, New York)
Central Daylight Time (GMT -05:00, Chicago)
Pacific Daylight Time (GMT -07:00, San Francisco)
Using C# I know how to detect if Daylight saving time is applied or not
for Eastern Time (Local) but how do I that for Central Time and Pacific
Time?
How can I use 'localZone.IsDaylightSavingTime' for Central and Pacific
time to see if Daylight Saving applies or not? If DaylightSavingTime
is false for Eastern does that mean it's false for Central?
Thanks
Maz.
I have 3 different time zones that I'm working with. Basically
converting from UTC to those 3 time zones.
Eastern Daylight Time (GMT -04:00, New York)
Central Daylight Time (GMT -05:00, Chicago)
Pacific Daylight Time (GMT -07:00, San Francisco)
Using C# I know how to detect if Daylight saving time is applied or not
for Eastern Time (Local) but how do I that for Central Time and Pacific
Time?
How can I use 'localZone.IsDaylightSavingTime' for Central and Pacific
time to see if Daylight Saving applies or not? If DaylightSavingTime
is false for Eastern does that mean it's false for Central?
Thanks
Maz.