# Date-Time

> A **Date-Time** field is used to store a value that contains a date and time. A date picker can be used to select a date and time.

A **Date-Time** field is used to store a value that contains a date and time. A date picker can be used to select a date and time.

![docs image](https://dev-assets.cms.uipath.com/assets/images/data-service/data-service-docs-image-47209-a0cce638-bb56cf45.webp)

## Exclude time

To remove the time component from your **Date-Time** data, select the **Exclude time** checkbox. This enforces only date selection in the date picker. Additionally, fields with this option selected are displayed as type **Date**, instead of type **Date-Time**.

![docs image](https://dev-assets.cms.uipath.com/assets/images/data-service/data-service-docs-image-46792-48f180a8-369eee3e.webp)

:::note
All **Date-Time** and **Date** fields are stored as UTC dates and times in Data Fabric / Data Service.
:::

## Details

Below is an overview of the details that can be specified to define a **Date-Time** field.

 <colgroup>
  <col/>
  <col/>
  <col/>
  <col/>
 </colgroup>
 
  
     Property  
     Description  
     Required  
     Default Value  
  
 
 
  
     Exclude time  
     Removes the time component from your Date-Time data.  
     Yes  
     No  
  
  
     Default Value  
     Enables you to specify a default value for the Date-Time field. Note: The default value can be changed in the Data tab. 
     No  
    &nbsp; 
  
  
     Description  
     Enables you to enter a short text to describe the purpose of the Date-Time field. Note: The Description is displayed in Fields tab. 
     No  
    &nbsp; 
  
 

## Representation in UiPath<sup>®</sup> Studio

A **Date-Time** field is imported as **DateTimeOffset** and a **Date** field is imported as **DateTime** in your project.
