Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Friday, January 09, 2009

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > C-Sharp > Date & Time
C# Class for Calculating Sunrise and Sunset Times        
Total Hits: 85  |  Today: 0 Author: zackyp       Rating:  
Read Reviews | Write Review |   Your Rating: 

This simple C# Singleton class calculates the Sunrise and Sunset times for a given date. After searching for a simple and decent implementation for calculating Sunrise and Sunset times for given dates, and trying several implementations that were eiter too complicated to migrate to C# or simply not working, I found a simple yet working JavaScript implementation here: (http://home.att.net/~srschmitt/script_sun_rise_set.html). . I migrated the code to C#, tweeking it a little so that it provides accurate calculations. Also, I wrapped it as a Singleton class (assuming multiple instances would not be required for such a class) and added a lock to the main calculation method, in order to make it thread safe (via blocking).


What's New at DevASP.Net
01/09  Import Excel File to DataSet
01/09  Help File Integration in Windows ..
01/09  Access Your Pocket PC over the In..
01/09  Custom controls in ASP.NET MVC
01/09  Cabinet File (*.CAB) Compression ..
01/09  Building FM radio with RDS suppor..
01/09  implementing a TextReader to extr..
01/09  How to build an asteroids inspire..
01/09  SQLite membership, profile, role,..
01/09  Running a WinForms Application In..
01/08  Tiny Javascript tree
01/08  Polyhedra Volume Calculations - A..
01/08  Copy as HTML to clipboard from In..
01/08  Binary Formats in JavaScript: Bas..
01/08  Horizontal scroll bar in a combo ..
01/08  JSBalloon: non modal feedback mec..
01/08  Bridge design pattern with JavaSc..
01/08  Google Maps in HTML, ASP.NET, PHP..
01/08  Expanding Image Animator
01/08  write Turkish with a QWERTY Keybo..
Latest Posts at Dev Forums
displaying an xml file in datagridview
Tory Block
Deploying website to offline and onlin..
Deploying website to offline and onlin..
window service c#
kiossru
Regular expression
asp.net
Very urgent--
submit to the server
load gif image
focus
filter combo boxes in formview control
ASP Composite Control and Position
Caching as a Master DataSource w/t Rea..
Method returning values in Threadpool!
ADVERTISEMENTS USING XML FILE
DATALIST PROBLEM
FTP Downloading using C#
Nested gridview footer total by using ..

DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net