ModuleAlarm.SaveToTextFileAsync (DateTime, DateTime) Method
Save alarms to text file
<ID("SaveToTextFileAsync", (int)e.SaveToTextFileAsync2)> _
<EditorBrowsable(EditorBrowsableState.Advanced)> _
Public Function SaveToTextFileAsync( _
ByVal start As Date, _
ByVal end As Date _
) As Task(Of Boolean)
This language is not supported or no code example is available.
[ID("SaveToTextFileAsync", (int)e.SaveToTextFileAsync2)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public Task<bool> SaveToTextFileAsync(
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
Task<
bool>
Flag indicating success (true) or fail (false)
.NET Framework
Supported in: 4.8