Table of Contents

Method SetRange

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetRange(DateTime, DateTime, bool, bool)

Sets date range.

void SetRange(DateTime min, DateTime max, bool useMin, bool useMax)

Parameters

min DateTime

Minimal date.

max DateTime

Maximal date.

useMin bool

Use minimal date.

useMax bool

use maximal date.