VeriStand .NET API Reference

DAQLogging.TimestampFilename Property

Gets or sets a value indicating whether to append timestamps to the log filenames.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property TimestampFilename As Boolean
C#
public bool TimestampFilename { get; set; }
Visual C++
public:
property bool TimestampFilename {
	bool get ();
	void set (bool value);
}

Property Value

true (True in Visual Basic) to append timestamps to filenames. The default value is false (False in Visual Basic).

See Also

Log in to get a better experience