public class CadSunStudyDate extends Object
The Field data
| Constructor and Description |
|---|
CadSunStudyDate()
Initializes a new instance of the
CadSunStudyDate class. |
| Modifier and Type | Method and Description |
|---|---|
CadStringParameter |
getJulianDay()
Gets or sets the julian day.
|
CadStringParameter |
getSecondsPastMidnight()
Gets or sets the seconds past midnight.
|
void |
setJulianDay(CadStringParameter value)
Gets or sets the julian day.
|
void |
setSecondsPastMidnight(CadStringParameter value)
Gets or sets the seconds past midnight.
|
public CadSunStudyDate()
Initializes a new instance of the CadSunStudyDate class.
public CadStringParameter getJulianDay()
Gets or sets the julian day.
public void setJulianDay(CadStringParameter value)
Gets or sets the julian day.
value - The julian day.public CadStringParameter getSecondsPastMidnight()
Gets or sets the seconds past midnight.
public void setSecondsPastMidnight(CadStringParameter value)
Gets or sets the seconds past midnight.
value - The seconds past midnight.