Interface IGraphTimeSlot
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
Name
The date, time, and time zone that a period begins.
string Name { get; set; }