Share via


CTime::Serialize64

Nota

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

CTime Class

CTime Members

Hierarchy Chart

CArchive Class

Serialization in MFC