Class ByMonthDayRepetition
Class ByMonthDayRepetition
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Representa un patrón que se basa en la posición absoluta de un día en un mes.
public class ByMonthDayRepetition : MonthlyRepetitionBase
Herencia
object ← MonthlyRepetitionBase ← ByMonthDayRepetition
Miembros heredados
MonthlyRepetitionBase.RepetitionInterval, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructores
ByMonthDayRepetition()
Inicializa una nueva instancia de la clase Aspose.Tasks.ByMonthDayRepetition.
public ByMonthDayRepetition()
Propiedades
DayPosition
Obtiene o establece la posición de un día en un mes en el que la tarea debe ser recurrente.
public int DayPosition { get; set; }