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


In This Topic
    Year Property
    In This Topic
    The year to which this item applies.
    Syntax
    'Declaration
     
    
    Public Property Year As Integer
    public int Year {get; set;}
    public:
    property int Year {
       int get();
       void set (    int value);
    }
    Remarks
    Set to 0 for all years.
    See Also