Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1.25 KB

File metadata and controls

62 lines (48 loc) · 1.25 KB
title timeStamp resource type
description Date and time information for a point in time.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice sharepoint
author spgraph-docs-team
ms.date 03/21/2024

timeStamp resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "date": "String (timestamp)",
  "time": "String (timestamp)",
  "timeZone": "string"
}