C# Class ThermostatMonitorLib.OutsideConditions

Mostra file Open project: AndroidThermostat/ThermostatMonitor-Net Class Usage Examples

Public Methods

Method Description
GetByTime ( System.DateTime time ) : OutsideCondition
GetCSV ( ) : string
GetRange ( System.DateTime startDate, System.DateTime endDate ) : OutsideConditions
GetTempAverage ( System.DateTime startTime, System.DateTime endTime ) : double
GetTempHigh ( ) : double
GetTempLow ( ) : double
LoadRange ( int locationId, System.DateTime startDate, System.DateTime endDate ) : OutsideConditions
LoadSummary ( int locationId, System.DateTime startDate, System.DateTime endDate, int timezoneDifference ) : DataTable

Method Details

GetByTime() public method

public GetByTime ( System.DateTime time ) : OutsideCondition
time System.DateTime
return OutsideCondition

GetCSV() public method

public GetCSV ( ) : string
return string

GetRange() public method

public GetRange ( System.DateTime startDate, System.DateTime endDate ) : OutsideConditions
startDate System.DateTime
endDate System.DateTime
return OutsideConditions

GetTempAverage() public method

public GetTempAverage ( System.DateTime startTime, System.DateTime endTime ) : double
startTime System.DateTime
endTime System.DateTime
return double

GetTempHigh() public method

public GetTempHigh ( ) : double
return double

GetTempLow() public method

public GetTempLow ( ) : double
return double

LoadRange() public static method

public static LoadRange ( int locationId, System.DateTime startDate, System.DateTime endDate ) : OutsideConditions
locationId int
startDate System.DateTime
endDate System.DateTime
return OutsideConditions

LoadSummary() public static method

public static LoadSummary ( int locationId, System.DateTime startDate, System.DateTime endDate, int timezoneDifference ) : DataTable
locationId int
startDate System.DateTime
endDate System.DateTime
timezoneDifference int
return System.Data.DataTable