| SolutionIntervalHrs Property |
[This is preliminary documentation and is subject to change.]
Get/Set the Solution.IntervalHrs variable used for devices that integrate / custom solution algorithms
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double IntervalHrs { get; set; }
Public Property IntervalHrs As Double
Get
Set
public:
property double IntervalHrs {
double get ();
void set (double value);
}
member IntervalHrs : float with get, set
function get_IntervalHrs();
function set_IntervalHrs(value);
Property Value
Type:
DoubleSee Also