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

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

#include "hdicoreDate.h"
#include "hdicoreTime.h"
Include dependency graph for hdicoreDateTime.h:

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.
 

Detailed Description

Header file for handling a day of the year and time of day.

Function Documentation

◆ operator+()

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

Adds a duration to a date and time.

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