Click or drag to resize
Interval Constructor
Overload List
  NameDescription
Public methodInterval
Creates an empty interval having IsEmpty property set to true.
Public methodInterval(String)
Constructs interval from a string that has the form: "start-end". For example: "100-1000".
Public methodInterval(Int64, Int64)
Constructor.
Top
See Also