Click or drag to resize

WeekOverviewSelection Methods

The WeekOverviewSelection type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compares the current object to the given one.
Public methodStatic memberGetCurrent
Gets the selection that corresponds to the current day.
Public methodStatic memberGetWeekOfYear(DateTime)
Gets year week number for a given date.
Public methodStatic memberGetWeekOfYear(DateTime, CultureInfo)
Gets year week number for a given date.
Public methodStatic memberParse(String)
Parses the week overview selection from the given literal string.
Public methodStatic memberParse(String, CultureInfo)
Parses the week overview selection from the given literal string.
Public methodToString
Returns a string representation of the selection.
(Overrides ObjectToString.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIComparableCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Top
See Also