Table of Contents

Class FromToCl

Namespace
SunamoCl._public
Assembly
SunamoCl.dll

Represents a from-to range with long values. Both from and to must always be entered.

public class FromToCl : FromToTSHCl<long>
Inheritance
FromToCl
Inherited Members
Extension Methods

Constructors

FromToCl()

Initializes a new instance with default values.

public FromToCl()

FromToCl(long, long, FromToUseCl)

Initializes a new instance with the specified range and representation type.

public FromToCl(long from, long to, FromToUseCl fromToUse = FromToUseCl.DateTime)

Parameters

from long

The start value of the range.

to long

The end value of the range.

fromToUse FromToUseCl

The type of from-to representation (DateTime by default, None for plain numeric).

Properties

Empty

Represents an empty FromToCl range.

public static FromToCl Empty { get; set; }

Property Value

FromToCl