Class DateTimeValue


  • public class DateTimeValue
    extends Object
    • Constructor Detail

      • DateTimeValue

        public DateTimeValue()
    • Method Detail

      • setDate

        public void setDate​(String date)
      • setTime

        public void setTime​(String time)
      • getTime

        public String getTime()
      • getDate

        public String getDate()
      • hasDate

        public boolean hasDate()
      • hasTime

        public boolean hasTime()