Class DateAndTime

    • Field Detail

      • year

        protected final short year
      • month

        protected final short month
      • day

        protected final short day
      • hour

        protected final short hour
      • minutes

        protected final short minutes
      • seconds

        protected final short seconds
      • msec

        protected final short msec
      • dow

        protected final byte dow
    • Constructor Detail

      • DateAndTime

        public DateAndTime​(short year,
                           short month,
                           short day,
                           short hour,
                           short minutes,
                           short seconds,
                           short msec,
                           byte dow)