Table of Contents

Interface IGraphTimeSlot

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

Represents a time slot for a meeting.

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

Properties

Address

The date, time, and time zone that a period ends.

string Address { get; set; }

Property Value

string

Name

The date, time, and time zone that a period begins.

string Name { get; set; }

Property Value

string