Interface ITimeZoneCollection
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Public interface to define a collection of TimeZone objects
public interface ITimeZoneCollection : IQueryable<ITimeZone>, IQueryable, IAsyncEnumerable<ITimeZone>, IDataModelCollection<ITimeZone>, IEnumerable<ITimeZone>, IEnumerable, IDataModelParent, IDataModelWithContext, IRequestableCollection, IDataModelCollectionLoad<ITimeZone>, ISupportModules<ITimeZoneCollection>
- Inherited Members
- Extension Methods