adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DaySpecification Class
Members


In This Topic
    DaySpecification Class
    In This Topic
    Specifies the day(s) that a DateCriterion applies to, by specifying a specific date or a rule to determine the date.
    Object Model
    DaySpecification ClassDataContext ClassDateCriterion ClassDaySpecification ClassDaySpecificationCollection ClassDaySpecification ClassOID ClassADTObject Class
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(True)>
    <GuidAttribute("30d28de4-7ce6-4a81-92c4-9860144ca3e1")>
    Public NotInheritable Class DaySpecification 
       Inherits ADTObject
    [ComVisible(true)]
    [Guid("30d28de4-7ce6-4a81-92c4-9860144ca3e1")]
    public sealed class DaySpecification : ADTObject 
    [ComVisible(true)]
    [Guid("30d28de4-7ce6-4a81-92c4-9860144ca3e1")]
    public ref class DaySpecification sealed : public ADTObject 
    Remarks

    The SpecificationType property determines how the specification behaves, and which properties must be set. The following table explains the valid settings.

    SpecificationType Other Settings Required
    SpecifiedDays Select the appropriate Months and Days.
    SpecifiedWeekdays Select the appropriate Months and Weekdays.
    FloatingOffset Select the appropriate Months and Weekdays. Select the Occurrence and optionally an Offset. To calculate the date relative to another DaySpecification (instead of relative to the beginning of the month) set the OccurrenceBase and the RelativityType.
    EndOfMonthOffset Select the appropriate Months and specify an Offset.
    EasterOffset Specify an Offset (do not select any Months).
    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.ObjectBase
          ArcanaDevelopment.adTempus.Client.ADTObject
             ArcanaDevelopment.adTempus.Client.DaySpecification

    See Also