adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / OccurrenceType Enumeration


In This Topic
    OccurrenceType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(True)>
    <GuidAttribute("CAB5A5E2-ADCE-4ED7-8CBB-D7C97C0CDEE8")>
    Public Enum OccurrenceType 
       Inherits System.Enum
    [ComVisible(true)]
    [Guid("CAB5A5E2-ADCE-4ED7-8CBB-D7C97C0CDEE8")]
    public enum OccurrenceType : System.Enum 
    [ComVisible(true)]
    [Guid("CAB5A5E2-ADCE-4ED7-8CBB-D7C97C0CDEE8")]
    public enum class OccurrenceType : public System.Enum 
    Members
    MemberValueDescription
    Eighteenth18 The 18th occurrence of the specified type of day
    Eighth8 The 8th occurrence of the specified type of day
    Eleventh11 The 11th occurrence of the specified type of day
    Fifteenth15 The 15th occurrence of the specified type of day
    Fifth5 The 5th occurrence of the specified type of day
    First1 The 1st occurrence of the specified type of day.
    Fourteenth14 The 14th occurrence of the specified type of day
    Fourth4 The 4th occurrence of the specified type of day
    Last31 The last occurrence of the specified type of day
    Nearest32 The nearest occurrence of the specified type of day
    Next34 The next occurrence of the specified type of day
    Nineteenth19 The 19th occurrence of the specified type of day
    Ninth9 The 9th occurrence of the specified type of day
    Previous33 The previous occurrence of the specified type of day
    Second2 The 2d occurrence of the specified type of day
    Seventeenth17 The 17th occurrence of the specified type of day
    Seventh7 The 7th occurrence of the specified type of day
    Sixteenth16 The 16th occurrence of the specified type of day
    Sixth6 The 6th occurrence of the specified type of day
    Tenth10 The 10th occurrence of the specified type of day
    Third3 The 3d occurrence of the specified type of day
    Thirteenth13 The 13th occurrence of the specified type of day
    Thirtieth30 The 30th occurrence of the specified type of day
    ThirtyFirst31 The 31st occurrence of the specified type of day
    Twelfth12 The 12th occurrence of the specified type of day
    Twentieth20 The 20th occurrence of the specified type of day
    TwentyEighth28 The 28th occurrence of the specified type of day
    TwentyFifth25 The 25th occurrence of the specified type of day
    TwentyFirst21 The 21st occurrence of the specified type of day
    TwentyFourth24 The 24th occurrence of the specified type of day
    TwentyNinth29 The 29th occurrence of the specified type of day
    TwentySecond22 The 22d occurrence of the specified type of day
    TwentySeventh27 The 27th occurrence of the specified type of day
    TwentySixth26 The 26th occurrence of the specified type of day
    TwentyThird23 The 23d occurrence of the specified type of day
    Inheritance Hierarchy

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

    See Also