Table of Contents

Class Snow

Namespace
SimpleWeather
Assembly
SimpleWeather.dll

Represents snowfall data for the current weather response.

public class Snow
Inheritance
Snow
Inherited Members

Constructors

Snow(JToken?)

Initializes a new instance of the Snow class from JSON data.

public Snow(JToken? data)

Parameters

data JToken

The JSON token that holds snow metrics.

Properties

OneHour

Snow volume for the last 1 hour, mm

public double? OneHour { get; }

Property Value

double?

ThreeHours

Snow volume for the last 3 hour, mm

public double? ThreeHours { get; }

Property Value

double?