Table of Contents

Interface IGraphDateTimeTimeZone

Namespace
PnP.Core.Model.Teams
Assembly
PnP.Core.dll

Describes the date, time, and time zone of a point in time.

public interface IGraphDateTimeTimeZone : IDataModel<IGraphDateTimeTimeZone>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphDateTimeTimeZone>
Inherited Members
Extension Methods

Properties

DateTime

A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).

string DateTime { get; set; }

Property Value

string

TimeZone

Represents a time zone, for example, "Pacific Standard Time".

string TimeZone { get; }

Property Value

string