Annotation Type TimeValidator.TimeOfDay

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String from
      Time after which this resource is accessible within a day.
      String to
      Time before which this resource is accessible within a day.
    • Element Detail

      • from

        String from
        Time after which this resource is accessible within a day.
        Returns:
        String formatted as "HH:mm:ss.SSS" - hours, minutes, seconds and milliseconds, or "HH:mm:ss", or "HH:mm"
        Default:
        "00:00:00"
      • to

        String to
        Time before which this resource is accessible within a day.
        Returns:
        String formatted as "HH:mm:ss.SSS" - hours, minutes, seconds and milliseconds, or "HH:mm:ss", or "HH:mm"
        Default:
        "23:59:59.999"