![]() |
Hot Door CORE 0.8.4
Adobe® Illustrator® Plug-in Library
|
Header file for handling a day of the year and time of day. More...

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