> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Date hypothesis

> Use the Day, Month, Year, and Value methods of a Date hypothesis to read the day, month, year, and recognized text in the FlexiLayout language.

The **Date** hypothesis supports the following methods in the FlexiLayout language.

## Date hypothesis methods

| Parameter        | Description                                                                        |
| ---------------- | ---------------------------------------------------------------------------------- |
| `Int Day()`      | The value of the day in the date.                                                  |
| `Int Month()`    | The value of the month in the date.                                                |
| `Int Year()`     | The value of the year in the date.                                                 |
| `String Value()` | The value of the recognized text on the image within the region of the hypothesis. |
