Go to the documentation of this file.Go to the SVN repository for this file.
User-defined methods of the data storage class.
CTime AsCTime(CTime::ETimeZone tz=CTime::eLocal) const
void SetCreateDate(const CTime &time)
SetCreateDate() will add a descriptor for creation date.
CTime GetModifiedDate() const
CTime GetCreateDate() const
void SetModifiedDate(const CTime &time)
SetModifiedDate() will add a descriptor for the update date.
virtual void Assign(const CSerialObject &source, ESerialRecursionMode how=eRecursive)
Set object to copy of another one.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
const TCreate_date & GetCreate_date(void) const
Get the Create_date member data.
bool IsSetModified_date(void) const
Check if a value has been assigned to Modified_date data member.
TModified_date & SetModified_date(void)
Assign a value to Modified_date data member.
const TModified_date & GetModified_date(void) const
Get the Modified_date member data.
TCreate_date & SetCreate_date(void)
Assign a value to Create_date data member.