Hot Door CORE 0.8.2
Adobe® Illustrator® Plug-in Library
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
hdicoreDate.h File Reference

Header file for handling a day of the year. More...

#include "hdicoreDuration.h"
Include dependency graph for hdicoreDate.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Header file for handling a day of the year.

Function Documentation

◆ operator+()

hdi::core::Date operator+ ( const hdi::core::Duration lhs_,
const hdi::core::Date rhs_ 
)

Adds a duration to a date.

Author
GW
Date
11/2014
Parameters
lhs_Duration to use to offset the date
rhs_Date to be offset by a duration
Returns
A new Date object for the result of the offset