GetMapTileOptions.TimeStamp Property
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.
The desired date and time of the requested tile. This parameter must be specified in the standard date-time format (e.g. 2019-11-14T16:03:00-08:00), as defined by ISO 8601. This parameter is only supported when MapTileSetId option is set to one of the values below.
public DateTimeOffset? TimeStamp { get; set; }
member this.TimeStamp : Nullable<DateTimeOffset> with get, set
Public Property TimeStamp As Nullable(Of DateTimeOffset)
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET