Class YearlyRecurrencePattern
Class YearlyRecurrencePattern
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 anual en un proyecto.
public class YearlyRecurrencePattern : RecurrencePatternBase
Inheritance
object ← RecurrencePatternBase ← YearlyRecurrencePattern
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
YearlyRecurrencePattern()
Inicia una nueva instancia de la clase Aspose.Tasks.YearlyRecurrencePattern.
public YearlyRecurrencePattern()
Properties
Repetition
Obtenga o establece el patrón de posición recurrente.
public YearlyRepetitionBase Repetition { get; set; }