Interface TimeValued

    • Method Detail

      • asDayMillis

        int asDayMillis()
        Gets the contained time value as the number of milliseconds elapsed since midnight.
        Returns:
        the contained value as milliseconds since midnight. If null valued, as indicated by TokenValued.isNull(), 0 is returned.
      • asTimeOfDay

        TimeOfDay asTimeOfDay()
        Gets the contained time value. This value represents the timezone free time portion of a timestamp.
        Returns:
        the contained value. If null valued, as indicated by TokenValued.isNull(), null is returned.