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