AstronomyItemsType
The structure AstronomyItemsType
represents the information about when the sun and moon rise and set, and the phase of the moon.
The table below documents the member elements of AstronomyItemsType
.
Element | Data Type | Description |
---|---|---|
sunrise | String | Time when the Sun rises. |
sunset | String | Time when the Sun sets. |
moonrise | String | Time when the Moon rises. |
moonset | String | Time when the Moon sets. |
moonPhase | Double | Phase of the moon. |
moonPhaseDesc | String | Description of the phase of the moon. |
iconName | String | Name of the icon from the reporting service. |