| title | timeStamp resource type |
|---|---|
| description | Date and time information for a point in time. |
| ms.localizationpriority | medium |
| author | spgraph-docs-team |
| ms.subservice | sharepoint |
| doc_type | resourcePageType |
| ms.date | 04/03/2024 |
Namespace: microsoft.graph
Date and time information for a point in time.
| Property | Type | Description |
|---|---|---|
| date | Date | The date portion of the timestamp. |
| time | TimeOfDay | The time portion of the timestamp. |
| timeZone | String | The timezone portion of the timestamp, which is one of the 24 longitudinal areas in the world. |
The following JSON representation shows the resource type.
{
"date": "String (timestamp)",
"time": "String (timestamp)",
"timeZone": "string"
}