Class UIDatePickerMode


  • public final class UIDatePickerMode
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long CountDownTimer
      Displays hour and minute (e.g. 1 | 53)
      static long Date
      Displays month, day, and year depending on the locale setting (e.g.
      static long DateAndTime
      Displays date, hour, minute, and optionally AM/PM designation depending on the locale setting (e.g.
      static long Time
      Displays hour, minute, and optionally AM/PM designation depending on the locale setting (e.g. 6 | 53 | PM)
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Time

        public static final long Time
        Displays hour, minute, and optionally AM/PM designation depending on the locale setting (e.g. 6 | 53 | PM)
        See Also:
        Constant Field Values
      • Date

        public static final long Date
        Displays month, day, and year depending on the locale setting (e.g. November | 15 | 2007)
        See Also:
        Constant Field Values
      • DateAndTime

        public static final long DateAndTime
        Displays date, hour, minute, and optionally AM/PM designation depending on the locale setting (e.g. Wed Nov 15 | 6 | 53 | PM)
        See Also:
        Constant Field Values
      • CountDownTimer

        public static final long CountDownTimer
        Displays hour and minute (e.g. 1 | 53)
        See Also:
        Constant Field Values