ModuleAlarm.SaveToTextFile (DateTime, DateTime) Method
Save alarms to text file
<ID("SaveToTextFile", (int)e.SaveToTextFile2)> _
<EditorBrowsable(EditorBrowsableState.Advanced)> _
Public Function SaveToTextFile( _
ByVal start As Date, _
ByVal end As Date _
) As Boolean
This language is not supported or no code example is available.
[ID("SaveToTextFile", (int)e.SaveToTextFile2)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public bool SaveToTextFile(
DateTime start,
DateTime end
)
This language is not supported or no code example is available.
Parameters
-
start
-
DateTime
Star date time
-
end
-
DateTime
End date time
Return Value
bool
Flag indicating success (true) or fail (false)
.NET Framework
Supported in: 4.6.2, 4.7