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


In This Topic
    RelativityType Property
    In This Topic
    Options that affect calculations when SpecificationType is DaySpecificationType.FloatingOffset
    Syntax
    'Declaration
     
    
    Public Property RelativityType As RelativityType
    public RelativityType RelativityType {get; set;}
    public:
    property RelativityType RelativityType {
       RelativityType get();
       void set (    RelativityType value);
    }
    See Also