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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET