|  | Hot Door CORE 0.8.3
    Adobe® Illustrator® Plug-in Library | 
Header file for handling a day of the year. More...
#include "hdicoreDuration.h"

| Classes | |
| class | hdi::core::Date | 
| Allows for acquisition and manipulation of a date (day of year)  More... | |
| Typedefs | |
| typedef std::unique_ptr< Date > | hdi::core::DateUP | 
| typedef std::shared_ptr< Date > | hdi::core::DateSP | 
| typedef std::weak_ptr< Date > | hdi::core::DateWP | 
| Functions | |
| hdi::core::Date | operator+ (const hdi::core::Duration &lhs_, const hdi::core::Date &rhs_) | 
| Adds a duration to a date. | |
Header file for handling a day of the year.
| hdi::core::Date operator+ | ( | const hdi::core::Duration & | lhs_, | 
| const hdi::core::Date & | rhs_ | ||
| ) | 
Adds a duration to a date.
| lhs_ | Duration to use to offset the date | 
| rhs_ | Date to be offset by a duration |