adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DaySpecification Class / OccurrenceBase Property


In This Topic
    OccurrenceBase Property
    In This Topic
    The DaySpecification defining the rule that this rule occurs relative to.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property OccurrenceBase As DaySpecification
    [CanBeNull()]
    public DaySpecification OccurrenceBase {get; set;}
    [CanBeNull()]
    public:
    property DaySpecification^ OccurrenceBase {
       DaySpecification^ get();
       void set (    DaySpecification^ value);
    }
    See Also