SunPosition.SunPosition Constructors
Initializes a new instance of the SunPosition class.
Overload List
Name | Description | |
---|---|---|
Public method | SunPosition(System.Double direction, System.Double elevation) | Initializes a new instance of the SunPosition class from explicit direction and elevation angle. |
Public method | SunPosition(System.Int32 year, System.Int32 month, System.Int32 day, System.Int32 hour, System.Int32 minute, System.Int32 second) | Initializes a new instance of the SunPosition class from a given time. |
SunPosition(System.Double direction, System.Double elevation)
Initializes a new instance of the SunPosition class from explicit direction and elevation angle.Syntax
public SunPosition (
System.Double direction,
System.Double elevation
)
Parameters
The apparent direction of the sun, in degrees clockwise from north.
The apparent elevation of the sun, in degrees above the horizon.
SunPosition(System.Int32 year, System.Int32 month, System.Int32 day, System.Int32 hour, System.Int32 minute, System.Int32 second)
Initializes a new instance of the SunPosition class from a given time.Syntax
public SunPosition (
System.Int32 year,
System.Int32 month,
System.Int32 day,
System.Int32 hour,
System.Int32 minute,
System.Int32 second
)
Parameters
The year, in the range 1950 to 2050.
The month, in the range 1 to 12.
The day, in the range 1 to 31.
The hour in GMT or UTC, in the range 0 to 24.
The minute in GMT or UTC, in the range 0 to 59.
The second in GMT or UTC, in the range 0 to 61.
Remarks
If the hour is 24, then the minute and second must both be zero.
A second value of 60 or 61 is valid, to handle leap seconds, but is implemented by replacing the value by 59.
Platforms
Windows, Linux, Android