AlarmGroup.SaveToTextFileAsync (DateTime, DateTime) Method
<ID("SaveToTextFileAsync", (int)e.SaveToTextFileAsync2)> _
<System.ComponentModel.EditorBrowsable(System.ComponentModel.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.
Parameters
- start
- DateTime
Star date time
- end
- DateTime
End date time
Return Value
Task<bool>Flag indicating success (true) or fail (false)