Share via


COleDateTimeSpan::m_span

This data member contains the underlying double value represented by this COleDateTimeSpan object. This value expresses the date/time-span in days.

Caution   Changing the value in the double data member changes the value of this COleDateTimeSpan object. It does not change the status of this COleDateTimeSpan object.

double m_span; 

Requirements

**  Windows CE versions:** 2.0 and later  
  Header file: Declared in Afxdisp.h
  Platform: H/PC Pro, Palm-size PC, Pocket PC

See Also

COleDateTimeSpan::COleDateTimeSpan, COleDateTimeSpan::SetDateTimeSpan, COleDateTimeSpan::operator double