ModuleAlarm.SaveToTextFile (String, String) Method

NOTE: This member is now obsolete. use SaveToTextFileAsync instead.

Save alarms to text file
<EditorBrowsable(EditorBrowsableState.Never)> _ 
<Obsolete("use SaveToTextFileAsync instead.")> _ 
Public Function SaveToTextFile( _ 
ByVal start As String, _ 
ByVal end As String
) As Boolean
This language is not supported or no code example is available.
[EditorBrowsable(EditorBrowsableState.Never)] 
[Obsolete("use SaveToTextFileAsync instead.")] 
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.8

In this article

Definition