Interface DateValueContainer

All Known Implementing Classes:
DateTimeValue, DateValue

public interface DateValueContainer
This interface indicates container of DateValue.
Author:
Régis Pouiller
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the date.
    boolean
    Returns if it is midnight.
  • Method Details

    • getDate

      DateValue getDate()
      Returns the date.
      Returns:
      The date.
    • isMidnight

      boolean isMidnight()
      Returns if it is midnight.
      Returns:
      true if it is midnight.