Overload List
| Name | Description | |
|---|---|---|
| Export(Stream, FileFormatEnum) |
Exports the scheduler's data to a stream in the specified format.
| |
| Export(String, FileFormatEnum) |
Exports the scheduler's data to a file in the specified format.
| |
| Export(Stream, IList<(Of <<'(Appointment>)>>), FileFormatEnum) |
Exports the appointments' data to a stream in the specified format.
| |
| Export(String, IList<(Of <<'(Appointment>)>>), FileFormatEnum) |
Exports the appointments' data to a file in the specified format.
|