adTempus API
PreviousUpNext
OccurrenceTypeEnum Enumeration

Indicates the occurrence type for a DaySpecification.

C++
enum OccurrenceTypeEnum {
  otFirst = 1,
  otSecond = 2,
  otThird = 3,
  otFourth = 4,
  otFifth = 5,
  otSixth = 6,
  otSeventh = 7,
  otEighth = 8,
  otNinth = 9,
  otTenth = 10,
  otEleventh = 11,
  otTwelfth = 12,
  otThirteenth = 13,
  otFourteenth = 14,
  otFifteenth = 15,
  otSixteenth = 16,
  otSeventeenth = 17,
  otEighteenth = 18,
  otNineteenth = 19,
  otTwentieth = 20,
  otTwentyFirst = 21,
  otTwentySecond = 22,
  otTwentyThird = 23,
  otTwentyFourth = 24,
  otTwentyFifth = 25,
  otTwentySixth = 26,
  otTwentySeventh = 27,
  otTwentyEighth = 28,
  otTwentyNinth = 29,
  otThirtieth = 30,
  otThirtyFirst = 31,
  otLast = 31,
  otNearest = 32,
  otPrevious = 33,
  otNext = 34
};
C#
public enum OccurrenceTypeEnum {
  otFirst = 1,
  otSecond = 2,
  otThird = 3,
  otFourth = 4,
  otFifth = 5,
  otSixth = 6,
  otSeventh = 7,
  otEighth = 8,
  otNinth = 9,
  otTenth = 10,
  otEleventh = 11,
  otTwelfth = 12,
  otThirteenth = 13,
  otFourteenth = 14,
  otFifteenth = 15,
  otSixteenth = 16,
  otSeventeenth = 17,
  otEighteenth = 18,
  otNineteenth = 19,
  otTwentieth = 20,
  otTwentyFirst = 21,
  otTwentySecond = 22,
  otTwentyThird = 23,
  otTwentyFourth = 24,
  otTwentyFifth = 25,
  otTwentySixth = 26,
  otTwentySeventh = 27,
  otTwentyEighth = 28,
  otTwentyNinth = 29,
  otThirtieth = 30,
  otThirtyFirst = 31,
  otLast = 31,
  otNearest = 32,
  otPrevious = 33,
  otNext = 34
}
Visual Basic
Public Enum OccurrenceTypeEnum
  otFirst = 1
  otSecond = 2
  otThird = 3
  otFourth = 4
  otFifth = 5
  otSixth = 6
  otSeventh = 7
  otEighth = 8
  otNinth = 9
  otTenth = 10
  otEleventh = 11
  otTwelfth = 12
  otThirteenth = 13
  otFourteenth = 14
  otFifteenth = 15
  otSixteenth = 16
  otSeventeenth = 17
  otEighteenth = 18
  otNineteenth = 19
  otTwentieth = 20
  otTwentyFirst = 21
  otTwentySecond = 22
  otTwentyThird = 23
  otTwentyFourth = 24
  otTwentyFifth = 25
  otTwentySixth = 26
  otTwentySeventh = 27
  otTwentyEighth = 28
  otTwentyNinth = 29
  otThirtieth = 30
  otThirtyFirst = 31
  otLast = 31
  otNearest = 32
  otPrevious = 33
  otNext = 34
End Enum
Members
Members 
Description 
otFirst = 1 
The 1st occurrence of the specified type of day. 
otSecond = 2 
The 2d occurrence of the specified type of day 
otThird = 3 
The 3d occurrence of the specified type of day 
otFourth = 4 
The 4th occurrence of the specified type of day 
otFifth = 5 
The 5th occurrence of the specified type of day 
otSixth = 6 
The 6th occurrence of the specified type of day 
otSeventh = 7 
The 7th occurrence of the specified type of day 
otEighth = 8 
The 8th occurrence of the specified type of day 
otNinth = 9 
The 9th occurrence of the specified type of day 
otTenth = 10 
The 10th occurrence of the specified type of day 
otEleventh = 11 
The 11th occurrence of the specified type of day 
otTwelfth = 12 
The 12th occurrence of the specified type of day 
otThirteenth = 13 
The 13th occurrence of the specified type of day 
otFourteenth = 14 
The 14th occurrence of the specified type of day 
otFifteenth = 15 
The 15th occurrence of the specified type of day 
otSixteenth = 16 
The 16th occurrence of the specified type of day 
otSeventeenth = 17 
The 17th occurrence of the specified type of day 
otEighteenth = 18 
The 18th occurrence of the specified type of day 
otNineteenth = 19 
The 19th occurrence of the specified type of day 
otTwentieth = 20 
The 20th occurrence of the specified type of day 
otTwentyFirst = 21 
The 21st occurrence of the specified type of day 
otTwentySecond = 22 
The 22d occurrence of the specified type of day 
otTwentyThird = 23 
The 23d occurrence of the specified type of day 
otTwentyFourth = 24 
The 24th occurrence of the specified type of day 
otTwentyFifth = 25 
The 25th occurrence of the specified type of day 
otTwentySixth = 26 
The 26th occurrence of the specified type of day 
otTwentySeventh = 27 
The 27th occurrence of the specified type of day 
otTwentyEighth = 28 
The 28th occurrence of the specified type of day 
otTwentyNinth = 29 
The 29th occurrence of the specified type of day 
otThirtieth = 30 
The 30th occurrence of the specified type of day 
otThirtyFirst = 31 
The 31st occurrence of the specified type of day 
otLast = 31 
The last occurrence of the specified type of day 
otNearest = 32 
The nearest occurrence of the specified type of day 
otPrevious = 33 
The previous occurrence of the specified type of day 
otNext = 34 
The next occurrence of the specified type of day 
adTempus API Reference version 3.0.0.0, revised 10/30/2008