Class MonthlyRecurrencePattern
Class MonthlyRecurrencePattern
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Mewakili sekumpulan parameter yang digunakan untuk membuat tugas berulang bulanan dalam sebuah proyek.
public class MonthlyRecurrencePattern : RecurrencePatternBase
Pewarisan
object ← RecurrencePatternBase ← MonthlyRecurrencePattern
Anggota yang Dwarisi
RecurrencePatternBase.RecurrenceRange, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Konstruktor
MonthlyRecurrencePattern()
Menginisialisasi instance baru dari kelas Aspose.Tasks.MonthlyRecurrencePattern.
public MonthlyRecurrencePattern()
Properti
Repetition
Mengambil atau menetapkan pola pengulangan yang berulang.
public MonthlyRepetitionBase Repetition { get; set; }