| SolutionSeconds Property |
[This is preliminary documentation and is subject to change.]
Seconds from top of the hour.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double Seconds { get; set; }
Public Property Seconds As Double
Get
Set
public:
property double Seconds {
double get ();
void set (double value);
}
member Seconds : float with get, set
function get_Seconds();
function set_Seconds(value);
Property Value
Type:
DoubleSee Also