Redigera

Dela via


HKWeatherCondition Enum

Definition

Enumerates weather types.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HKWeatherCondition
type HKWeatherCondition = 
Inheritance
HKWeatherCondition
Attributes

Fields

Name Value Description
None 0

The weather has not been indicated.

Clear 1

Indicates that the weather is clear.

Fair 2

Indicates that the weather is fair.

PartlyCloudy 3

Indicates that the weather is partly cloudy.

MostlyCloudy 4

Indicates that the weather is mostly cloudy.

Cloudy 5

Indicates that the weather is cloudy.

Foggy 6

Indicates that the weather is foggy.

Haze 7

Indicates haze.

Windy 8

Indicates that it is windy outside.

Blustery 9

Indicates that the weather is blustery.

Smoky 10

Indicates smoky weather.

Dust 11

Indicates that the weather is dusty.

Snow 12

Indicates falling snow.

Hail 13

Indicates hail.

Sleet 14

Indicates sleet.

FreezingDrizzle 15

Indicates freezing drizzle.

FreezingRain 16

Indicates freezing rain.

MixedRainAndHail 17

Indicates mixed rain and hail.

MixedRainAndSnow 18

Indicates mixed rain and snow.

MixedRainAndSleet 19

Indicates mixed rain and sleet.

MixedSnowAndSleet 20

Indicates mixed sleet and snow.

Drizzle 21

Indicates that the weather is drizzly.

ScatteredShowers 22

Indicates scattered showers.

Showers 23

Indicates showers.

Thunderstorms 24

Indicates thunderstorms.

TropicalStorm 25

Indicates a tropical storm.

Hurricane 26

Indicates that there is a hurricane.

Tornado 27

Indicates one or more tornadoes.

Applies to