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

Concepts

Serialization in MFC

Reference

CTime Class

Hierarchy Chart

CArchive Class

Other Resources

CTime Members