Class MonthlyRecurrencePattern
Class MonthlyRecurrencePattern
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Representa el conjunto de parámetros que se utilizan para crear una tarea recurrente mensual en un proyecto.
public class MonthlyRecurrencePattern : RecurrencePatternBase
Herencia
object ← RecurrencePatternBase ← MonthlyRecurrencePattern
Miembros heredados
RecurrencePatternBase.RecurrenceRange, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructores
MonthlyRecurrencePattern()
Inicializa una nueva instancia de la clase Aspose.Tasks.MonthlyRecurrencePattern.
public MonthlyRecurrencePattern()
Propiedades
Repetición
Obtiene o establece el patrón de repetición recurrente.
public MonthlyRepetitionBase Repetition { get; set; }