adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / DaySpecificationType Enumeration


In This Topic
    DaySpecificationType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(True)>
    <GuidAttribute("7C553D32-8FDA-45EB-B50A-38DE51D3CB45")>
    Public Enum DaySpecificationType 
       Inherits System.Enum
    [ComVisible(true)]
    [Guid("7C553D32-8FDA-45EB-B50A-38DE51D3CB45")]
    public enum DaySpecificationType : System.Enum 
    [ComVisible(true)]
    [Guid("7C553D32-8FDA-45EB-B50A-38DE51D3CB45")]
    public enum class DaySpecificationType : public System.Enum 
    Members
    MemberValueDescription
    EasterOffset5 The job executes a specified number of days before or after Easter.
    EndOfMonthOffset4 The job executes a specified number of days before or after the end of the month.
    FloatingOffset3 The job executes on the day defined by the floating rule.
    SpecifiedDays1 The job executes on specified days of the month.
    SpecifiedWeekdays2 The job executes on specified days of the week.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.DaySpecificationType

    See Also