Click or drag to resize
PeriodT Methods

The PeriodT generic type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Returns -1 if this range's From is less than the other, 1 if greater. If both are equal, To is compared, 1 if greater, -1 if less. 0 if both ranges are equal.
Public methodContains
Border values are considered inside.
Public methodContainsExclusive
Border values are considered outside.
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodIntersects
Whether two ranges intersect each other.
Public methodIntersectsExclusive
Whether two ranges intersect each other.
Public methodToString
Returns a String that represents this instance.
(Overrides ValueTypeToString.)
Top
Extension Methods
See Also