AlarmGroup.SaveToTextFile (DateTime, DateTime) 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 Date, _
ByVal end As Date _
) As Boolean
This language is not supported or no code example is available.
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("use SaveToTextFileAsync instead.")]
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.8