RadControls for WPF

The IDateSpan type exposes the following members.

Extension Methods

  NameDescription
Public Extension MethodContains(DateTime)Overloaded.
Determines whether DateSpan contains DateTime.
(Defined by DateSpanExtensions.)
Public Extension MethodContains(IDateSpan)Overloaded.
Determines whether DateSpan contains another DateSpan.
(Defined by DateSpanExtensions.)
Public Extension MethodDuration
Gets the duration of the specified date span.
(Defined by DateSpanExtensions.)
Public Extension MethodIntersectsWith
Checks whether do two spans intersect with each other or not.
(Defined by DateSpanExtensions.)
Public Extension MethodTranslate
Translates a DateSpan with a specified TimeSpan.
(Defined by DateSpanExtensions.)
Public Extension MethodValidate
Validates the specified date span.
(Defined by DateSpanExtensions.)

Properties

  NameDescription
Public propertyEnd
Gets the end DateTime of the IDateSpan.
Public propertyStart
Gets the start DateTime of the IDateSpan.

See Also