timeStamp resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Date and time information for a point in time.
Properties
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. |
JSON representation
The following JSON representation shows the resource type.
{
"date": "String (timestamp)",
"time": "String (timestamp)",
"timeZone": "string"
}