C# Class Com.Aurora.AuWeather.Models.WeatherModel

Show file Open project: aurora-lzzp/Aurora-Weather

Public Methods

Method Description
CalculateIsNight ( System.DateTime updateTime, System.TimeSpan sunRise, System.TimeSpan sunSet ) : bool

Method Details

CalculateIsNight() public static method

public static CalculateIsNight ( System.DateTime updateTime, System.TimeSpan sunRise, System.TimeSpan sunSet ) : bool
updateTime System.DateTime
sunRise System.TimeSpan
sunSet System.TimeSpan
return bool