CalendarView.ExportToDB

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 20:25, 6 May 2012 by Admin (Talk | contribs) (1 revision)

Jump to: navigation, search
Method
CalendarView.ExportToDB ( DB As Database, TableName As String, ID As String = "ID", StartDate As String = "Start", EndDate As String = "End", Title As String = "Title", EventColor As String = "Color", Location As String = "Location", Description As String = "Description" ) As Boolean


Exports all CalendarEvents to the passed TableName in the passed Database.