MapsTimeZonesModelFactory.WindowsTimeZone Method
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 WindowsTimeZone.
public static Azure.Maps.TimeZones.WindowsTimeZone WindowsTimeZone(string windowsId = default, string territory = default, System.Collections.Generic.IEnumerable<string> ianaIds = default);
static member WindowsTimeZone : string * string * seq<string> -> Azure.Maps.TimeZones.WindowsTimeZone
Public Shared Function WindowsTimeZone (Optional windowsId As String = Nothing, Optional territory As String = Nothing, Optional ianaIds As IEnumerable(Of String) = Nothing) As WindowsTimeZone
Parameters
- windowsId
- String
Windows Id property.
- territory
- String
Territory property.
- ianaIds
- IEnumerable<String>
IanaIds array.
Returns
A new WindowsTimeZone instance for mocking.