> For the complete documentation index, see [llms.txt](https://docs.tailent.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tailent.com/scripting-utility-classes/common-scripts-repository/c-scripts-repository/data-conversion/double-to-datetime.md).

# Double to DateTime

```
DateTime ConvertedDate = DateTime.FromOADate(inputDouble);
```

<br>
