Class FromToCl
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
fromlongThe start value of the range.
tolongThe end value of the range.
fromToUseFromToUseClThe 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; }