Method | Description | |
---|---|---|
DateSpan ( System.DateTime Start, System.DateTime End ) : System |
Constructor
|
|
Equals ( object obj ) : bool |
Determines if two objects are equal
|
|
GetHashCode ( ) : int |
Gets the hash code for the date span
|
|
Intersection ( |
Returns the intersecting time span between the two values
|
|
Overlap ( |
Determines if two DateSpans overlap
|
|
ToString ( ) : string |
Converts the DateSpan to a string
|
|
operator ( ) : |
Addition operator
|
|
operator ( ) : bool |
Determines if two DateSpans are not equal
|
public DateSpan ( System.DateTime Start, System.DateTime End ) : System | ||
Start | System.DateTime | Start of the date span |
End | System.DateTime | End of the date span |
return | System |
public Intersection ( |
||
Span | Span to use | |
return |
public Overlap ( |
||
Span | The span to compare to | |
return | bool |