Class MonthlyRecurrencePattern
Class MonthlyRecurrencePattern
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
프로젝트에서 월간 반복 작업을 생성하는 데 사용되는 매개변수 집합을 나타냅니다.
public class MonthlyRecurrencePattern : RecurrencePatternBase
상속
object ← RecurrencePatternBase ← MonthlyRecurrencePattern
상속된 멤버
RecurrencePatternBase.RecurrenceRange, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
생성자
MonthlyRecurrencePattern()
Aspose.Tasks.MonthlyRecurrencePattern 클래스의 새 인스턴스를 초기화합니다.
public MonthlyRecurrencePattern()
속성
Repetition
반복되는 반복 패턴을 가져오거나 설정합니다.
public MonthlyRepetitionBase Repetition { get; set; }