Skip to content

Instantly share code, notes, and snippets.

@snluu
snluu / SolarInfo.cs
Last active August 29, 2015 14:19 — forked from cstrahan/SolarInfo.cs
using System;
using System.Diagnostics;
namespace SunriseCalculator
{
public class SolarInfo
{
public double SolarDeclination { get; private set; }
public TimeSpan EquationOfTime { get; private set; }
public DateTime Sunrise { get; private set; }