'Declaration
Public Overloads Sub Export( _ ByVal stream As Stream, _ ByVal appointments As IList(Of Appointment), _ ByVal format As FileFormatEnum _ )
public void Export( Stream stream, IList<Appointment> appointments, FileFormatEnum format )
Parameters
- stream
- A System.IO.Stream object which specifies the stream into which the appointments's data will be exported.
- appointments
- IList to be exported.
- format
- The FileFormatEnum value.