Search Results for

    Show / Hide Table of Contents

    Interface IGraphDateTimeTimeZone

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

    Inherited Members
    IDataModel<IGraphDateTimeTimeZone>.Requested
    IDataModel<IGraphDateTimeTimeZone>.HasValue(String)
    IDataModel<IGraphDateTimeTimeZone>.HasChanged(String)
    IDataModel<IGraphDateTimeTimeZone>.IsPropertyAvailable(Expression<Func<IGraphDateTimeTimeZone, Object>>)
    IDataModel<IGraphDateTimeTimeZone>.ArePropertiesAvailable(Expression<Func<IGraphDateTimeTimeZone, Object>>[])
    IDataModel<IGraphDateTimeTimeZone>.EnsureProperties(Expression<Func<IGraphDateTimeTimeZone, Object>>[])
    IDataModel<IGraphDateTimeTimeZone>.EnsurePropertiesAsync(Expression<Func<IGraphDateTimeTimeZone, Object>>[])
    IDataModel<IGraphDateTimeTimeZone>.ExecuteRequestAsync(ApiRequest)
    IDataModel<IGraphDateTimeTimeZone>.ExecuteRequest(ApiRequest)
    IDataModel<IGraphDateTimeTimeZone>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<IGraphDateTimeTimeZone>.ExecuteRequestBatch(ApiRequest)
    IDataModel<IGraphDateTimeTimeZone>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<IGraphDateTimeTimeZone>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    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

    Extension Methods

    RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<String, String>, Action<Dictionary<String, String>>)
    RequestModuleExtensions.WithResponseHeaders<TModel>(ISupportModules<TModel>, Action<Dictionary<String, String>>)
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer