Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am looking for a web service that accepts a (date, Latitude Degrees, and Longitude Degrees) for a certain City,and returns if Daylight Saving is on for that city in the given date or not.
any help please?

thanks,
Posted

go throw this link

http://bytes.com/topic/c-sharp/answers/257637-daylight-savings-time[^]






Do vote OR accept the Answer if it is helpful
 
Share this answer
 
The previous answer involves using the TimeZone class. Microsoft recommends using the TimeZoneInfo class instead.

http://msdn.microsoft.com/en-us/library/system.timezoneinfo.aspx[^]

All you have to do is see convert the lat/long to a timezone, and Bob's your uncle.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900