# ToDateTimeOffset-Date (DateTimeOffset)

| **Name**    | ***ToDateTimeOffset***                                                                                                                     |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| Syntax      | ToDateTimeOffset (Integer year, Integer month, Integer day)                                                                                |
| Purpose     | To create a new date using specified year, month, and day.                                                                                 |
| Description | Returns the newly created date if the parameters evaluate to a valid date. Otherwise returns null.                                         |
| Return Type | DateTimeOffset                                                                                                                             |
| Parameters  | <p>year \[System.Int64] – Year including the century</p><p>month \[System.Int64] – Month (1-12)</p><p>day \[System.Int64] – Day (1-31)</p> |

<figure><img src="https://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2Fqc9hKHE08aGUDO5rUyvc%2F0.png?alt=media" alt=""><figcaption></figcaption></figure>

**Example**

In this example, we will pass valid integer values to the function transformation object using a *Variables* object.

Where,

*year* = 2020

*month* = 01

*day* = 30

![](https://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2FRp26T6BPD27APduKW81Y%2F1.png?alt=media)

In the output window, you can see that the provided values have been converted into a DateTimeOffset value.

![](https://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2FvubMVi11FqWR6Y1HAY7x%2F2.png?alt=media)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.astera.com/astera-data-stack-v10/functions/date-time/todatetimeoffset-date-datetimeoffset.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
