Interface WindowStartTime.Builder

    • Method Detail

      • hours

        WindowStartTime.Builder hours​(Long hours)

        The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time. For example, 17 refers to 5:00 P.M. UTC.

        Parameters:
        hours - The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time. For example, 17 refers to 5:00 P.M. UTC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minutes

        WindowStartTime.Builder minutes​(Long minutes)

        The start minute of the window, in UTC.

        Parameters:
        minutes - The start minute of the window, in UTC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.