StacItemProperties(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 StacItemProperties.
public StacItemProperties(string datetime);
new Azure.Analytics.PlanetaryComputer.StacItemProperties : string -> Azure.Analytics.PlanetaryComputer.StacItemProperties
Public Sub New (datetime As String)
Parameters
- datetime
- String
Datetime the asset represents in RFC 3339 format.
Exceptions
datetime is null.