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
fromlongThe start value of the range.
tolongThe end value of the range.
fromToUseFromToUseDataHow to interpret the values (DateTime, Unix time, or None).
Fields
Empty
Gets an empty FromTo instance.
public static FromTo Empty