| C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > C1ScheduleStorage Class : Export Method |
| Overload | Description |
|---|---|
| Export(String,FileFormatEnum) | Exports the scheduler's data to a file in the specified format. |
| Export(Stream,FileFormatEnum) | Exports the scheduler's data to a stream in the specified format. |
| Export(String,IList<Appointment>,FileFormatEnum) | Exports the appointments' data to a file in the specified format. |
| Export(Stream,IList<Appointment>,FileFormatEnum) | Exports the appointments' data to a stream in the specified format. |