CTime::Serialize64

Note

This method is only available in MFC projects.

Serializes the data associated with the member variable to or from an archive.

CArchive& Serialize64(
   CArchive& ar 
);

Parameters

  • ar
    The CArchive object that you want to update.

Return Value

The updated CArchive object.

Requirements

Header: atltime.h

See Also

Reference

CTime Class

Hierarchy Chart

CArchive Class

Concepts

Serialization in MFC

Other Resources

CTime Members