Class Twilight


  • public class Twilight
    extends Object
    Twilight information for the request.
    • Field Detail

      • civilBegin

        public Number civilBegin
        UNIX timestamp of the first civil twilight. null if no civil twilight
      • civilBeginISO

        public String civilBeginISO
        ISO 8601 date of first civil twilight. null if no civil twilight.
      • civilEnd

        public Number civilEnd
        UNIX timestamp of the second civil twilight. null if no civil twilight
      • civilEndISO

        public String civilEndISO
        ISO 8601 date of second civil twilight. null if no civil twilight.
      • nauticalBegin

        public Number nauticalBegin
        UNIX timestamp of the first nautical twilight. null if no nautical twilight
      • nauticalBeginISO

        public String nauticalBeginISO
        ISO 8601 date of first nautical twilight. null if no nautical twilight.
      • nauticalEnd

        public Number nauticalEnd
        UNIX timestamp of the second nautical twilight. null if no nautical twilight
      • nauticalEndISO

        public String nauticalEndISO
        ISO 8601 date of second nautical twilight. null if no nautical twilight.
      • astronomicalBegin

        public Number astronomicalBegin
        UNIX timestamp of the first astronomical twilight. null if no astronomical twilight
      • astronomicalBeginISO

        public String astronomicalBeginISO
        ISO 8601 date of first astronomical twilight. null if no astronomical twilight.
      • astronomicalEnd

        public Number astronomicalEnd
        UNIX timestamp of the second astronomical twilight. null if no astronomical twilight
      • astronomicalEndISO

        public String astronomicalEndISO
        ISO 8601 date of second astronomical twilight. null if no astronomical twilight.
    • Constructor Detail

      • Twilight

        public Twilight()