Skip to content

921a38a1 82b1 4dc5 cddd 11d42c56e116

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

TimeUnitSelector.Days Property

Gets the day.

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 Days { get; }

C#

public Expression Days { get; }

VB

Public ReadOnly Property Days As Expression
	Get

VB

Public ReadOnly Property Days As Expression
	Get

C++

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

C++

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

F#

abstract Days : Expression with get
override Days : Expression with get

F#

abstract Days : Expression with get
override Days : Expression with get

Property Value

Type: Expression
The day.

Implements

ITimeUnitSelector.Days

See Also

Reference

TimeUnitSelector Class
Sundew.Quantities.Periodics.UnitSelection Namespace

Clone this wiki locally