Class MonthlyRecurrencePattern

Class MonthlyRecurrencePattern

Nombre del espacio: Aspose.Tasks Asamblea: Aspose.Tasks.dll (25.4.0)

Representa el conjunto de parámetros que se utilizan para crear una tarea recurrente mensual en un proyecto.

public class MonthlyRecurrencePattern : RecurrencePatternBase

Inheritance

object RecurrencePatternBase MonthlyRecurrencePattern

Miembros heredados

RecurrencePatternBase.RecurrenceRange ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Constructors

MonthlyRecurrencePattern()

Inicia una nueva instancia de la clase Aspose.Tasks.MonthlyRecurrencePattern.

public MonthlyRecurrencePattern()

Properties

Repetition

Obtenga o establece el patrón de repetición recurrente.

public MonthlyRepetitionBase Repetition { get; set; }

Valor de la propiedad

MonthlyRepetitionBase

 Español