SourcePro® 2021.1 |
SourcePro® API Reference Guide |
Product Documentation: SourcePro Documentation Home |
Deprecated. Encapsulates vendor-specific date structures. More...
#include <rw/db/dbdatevec.h>
Public Member Functions | |
RWDBVendorDate (const RWDBVendorDate &datetime) | |
RWCString | asString () const |
operator RWDBDateTime () | |
RWDBVendorDate & | operator= (const RWDBVendorDate &date) |
RWDBVendorDate & | operator= (const RWDBDateTime &dt) |
RWDBVendorDate is used to encapsulate vendor-specific date structures. RWDBDateVector is an array of RWDBVendorDate objects. Methods are provided to transfer date values between RWDBVendorDate and RWDBDateTime.
In the following example, a vector dateVector
is produced. The vector is initialized with the current date and the following four days:
|
inline |
Copies the date held in datetime to self.
|
inline |
Returns a string representation of the date
held in self.
|
inline |
Conversion operator. Returns an RWDBDateTime representation of self.
|
inline |
Assigns the date value held in date to self.
|
inline |
Assigns the date value held in dt to self.
Copyright © 2021 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |