public class TwilightTimePoints
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
TimePoint |
astronomicalTwilightEnd |
TimePoint |
astronomicalTwilightStart |
TimePoint |
civilTwilightEnd |
TimePoint |
civilTwilightStart |
TimePoint |
nauticalTwilightEnd |
TimePoint |
nauticalTwilightStart |
TimePoint |
sunrise |
TimePoint |
sunset |
| Constructor and Description |
|---|
TwilightTimePoints() |
public TimePoint sunset
public TimePoint civilTwilightEnd
public TimePoint nauticalTwilightEnd
public TimePoint astronomicalTwilightEnd
public TimePoint astronomicalTwilightStart
public TimePoint nauticalTwilightStart
public TimePoint civilTwilightStart
public TimePoint sunrise