Class TLcdTimeIndicator
java.lang.Object
com.luciad.format.arinc.model.util.TLcdTimeIndicator
Type safe enumeration class, indicating the time indicators.
- Since:
- 8.1.04
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdTimeIndicator
Time codes are to be adjusted for Daylight Savings Time.static final TLcdTimeIndicator
Time codes are Local Time.static final TLcdTimeIndicator
Times shown are Universal Coordinated Time (UTC). -
Method Summary
-
Field Details
-
LOCAL_TIME
Time codes are Local Time. -
DAYLIGHT_SAVINGS_TIME
Time codes are to be adjusted for Daylight Savings Time. -
UTC_TIME
Times shown are Universal Coordinated Time (UTC).
-
-
Method Details