Table of Contents

Class FromTo

Namespace
SunamoData.Data
Assembly
SunamoData.dll

Represents a range with start and end values using long integers. Must always have both from and to values entered. No event can have unlimited time!

public class FromTo : FromToT<long>
Inheritance
FromTo
Inherited Members
Extension Methods

Constructors

FromTo()

Initializes a new instance of the FromTo class.

public FromTo()

FromTo(long, long, FromToUseData)

Initializes a new instance with the specified range values.

public FromTo(long from, long to, FromToUseData fromToUse = FromToUseData.DateTime)

Parameters

from long

The start value of the range.

to long

The end value of the range.

fromToUse FromToUseData

How to interpret the values (DateTime, Unix time, or None).

Fields

Empty

Gets an empty FromTo instance.

public static FromTo Empty

Field Value

FromTo