Interface IGraphDateTimeTimeZone
Describes the date, time, and time zone of a point in time.
Inherited Members
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public interface IGraphDateTimeTimeZone : IDataModel<IGraphDateTimeTimeZone>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphDateTimeTimeZone>
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).
Declaration
string DateTime { get; set; }
Property Value
System.String
|
TimeZone
Represents a time zone, for example, "Pacific Standard Time".
Declaration
string TimeZone { get; }
Property Value
System.String
|