MapsTimeZonesModelFactory.TimeZoneName(String, String, String, String) 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 TimeZoneName.
public static Azure.Maps.TimeZones.TimeZoneName TimeZoneName(string iso6391LanguageCode = default, string generic = default, string standard = default, string daylight = default);
static member TimeZoneName : string * string * string * string -> Azure.Maps.TimeZones.TimeZoneName
Public Shared Function TimeZoneName (Optional iso6391LanguageCode As String = Nothing, Optional generic As String = Nothing, Optional standard As String = Nothing, Optional daylight As String = Nothing) As TimeZoneName
Parameters
- iso6391LanguageCode
- String
The ISO 639-1 language code of the Names.
- generic
- String
Generic Name.
- standard
- String
Standard Name.
- daylight
- String
Daylight Name.
Returns
A new TimeZoneName instance for mocking.