Skip to content

4fb005ec af94 cb18 0a75 821257e97530

Kim Hugener-Ohlsen edited this page May 28, 2016 · 2 revisions

FrequencyUnitSelector.Months Property

Gets the month.

Namespace: Sundew.Quantities.Periodics.UnitSelection
Assembly: Sundew.Quantities (in Sundew.Quantities.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#

public Expression Months { get; }

C#

public Expression Months { get; }

VB

Public ReadOnly Property Months As Expression
	Get

VB

Public ReadOnly Property Months As Expression
	Get

C++

public:
virtual property Expression^ Months {
	Expression^ get () sealed;
}

C++

public:
virtual property Expression^ Months {
	Expression^ get () sealed;
}

F#

abstract Months : Expression with get
override Months : Expression with get

F#

abstract Months : Expression with get
override Months : Expression with get

Property Value

Type: Expression
The month.

Implements

ITimeUnitSelector.Months

See Also

Reference

FrequencyUnitSelector Class
Sundew.Quantities.Periodics.UnitSelection Namespace

Clone this wiki locally