The DateTimeSpanStatus enumeration specifies the values that can be used in the COleDateTimeSpan::m_status data member to indicate whether the COleDateTimeSpan::m_span data member contains a valid value. This enumeration is used with the COleDateTimeSpan::GetStatus and COleDateTimeSpan::SetStatus functions.
enum DateTimeSpanStatus
valid =0,
invalid = 1,
null = 2
}
Header file: | Afxdisp.h |
Platforms: | |
Versions: | 2.0 and later |
COleDateTimeSpan Overview, COleDateTimeSpan Enumerations, Automation Types, COleDateTimeSpan::GetStatus, COleDateTimeSpan::SetStatus, COleDateTimeSpan::m_span, COleDateTimeSpan::m_status