Interface Time.Builder

    • Method Detail

      • timeOfDay

        Time.Builder timeOfDay​(String timeOfDay)

        The time of day in 24-hour format (00:00).

        Parameters:
        timeOfDay - The time of day in 24-hour format (00:00).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timezone

        Time.Builder timezone​(String timezone)

        The timezone.

        Parameters:
        timezone - The timezone.
        Returns:
        Returns a reference to this object so that method calls can be chained together.