TSignalReportSet::DateTime Property

__declspec(property(get = GetDateTime, put = SetDateTime)) bool DateTime;

If True, date and time will be included in the report.

Read: bool GetDateTime();
Write: void SetDateTime(const bool Value);
Declared in Dew::Signal::TSignalReportSet · Dew.Signal/SignalAnalysis.h · Cross-compiler