public sealed class WeeklyPattern : Recurrence.IntervalPattern
Public NotInheritable Class WeeklyPattern
Inherits Recurrence.IntervalPattern
public ref class WeeklyPattern sealed : public Recurrence.IntervalPattern
[<SealedAttribute>]
type WeeklyPattern =
class
inherit Recurrence.IntervalPattern
end
Recurrence.WeeklyPattern() | Initializes a new instance of the Recurrence.WeeklyPattern class. |
Recurrence.WeeklyPattern(DateTime, Int32, DayOfTheWeek[]) | Initializes a new instance of the Recurrence.WeeklyPattern class. |
DaysOfTheWeek | Gets the list of the days of the week when occurrences happen. |
EndDate |
Gets or sets the date after which the recurrence ends. Setting EndDate resets NumberOfOccurrences.
(Унаследован от Recurrence) |
FirstDayOfWeek | Gets or sets the first day of the week for this recurrence. |
HasEnd |
Gets a value indicating whether the pattern has a fixed number of occurrences or an end date.
(Унаследован от Recurrence) |
Interval |
Gets or sets the interval between occurrences.
(Унаследован от Recurrence.IntervalPattern) |
NumberOfOccurrences |
Gets or sets the number of occurrences after which the recurrence ends. Setting NumberOfOccurrences resets EndDate.
(Унаследован от Recurrence) |
StartDate |
Gets or sets the date and time when the recurrence start.
(Унаследован от Recurrence) |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
IsSame |
Checks if two recurrence objects are identical.
(Переопределяет Recurrence.IntervalPattern.IsSame(Recurrence)) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
NeverEnds |
Sets up this recurrence so that it never ends. Calling NeverEnds is equivalent to setting both NumberOfOccurrences and EndDate to null.
(Унаследован от Recurrence) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |