Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: microsoft.graph
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"
}