StacCollectionTemporalExtent(IEnumerable<IList<String>>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of StacCollectionTemporalExtent.
public StacCollectionTemporalExtent(System.Collections.Generic.IEnumerable<System.Collections.Generic.IList<string>> interval);
new Azure.Analytics.PlanetaryComputer.StacCollectionTemporalExtent : seq<System.Collections.Generic.IList<string>> -> Azure.Analytics.PlanetaryComputer.StacCollectionTemporalExtent
Public Sub New (interval As IEnumerable(Of IList(Of String)))
Parameters
- interval
- IEnumerable<IList<String>>
Array of time intervals in format [[start_datetime, end_datetime]].
Exceptions
interval is null.