Class Github.Time

  • Enclosing interface:
    Github

    @Immutable
    public static final class Github.Time
    extends Object
    Time in Github JSON.
    Since:
    0.2
    See Also:
    Schema
    • Field Detail

      • TIMEZONE

        public static final TimeZone TIMEZONE
        The time zone we're in.
    • Constructor Detail

      • Time

        public Time()
        Ctor.
      • Time

        public Time​(Date date)
        Ctor.
        Parameters:
        date - Date to encapsulate
      • Time

        public Time​(long millis)
        Ctor.
        Parameters:
        millis - Milliseconds
    • Method Detail

      • date

        public Date date()
        Get date.
        Returns:
        Date