Difference between revisions of "CalendarView.ExportToDB"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
Line 12: Line 12:
  
  
Exports all CalendarEvents to the passed''' TableName''' in the passed Database.
+
Exports all CalendarEvents to the passed'' TableName'' in the passed Database.

Revision as of 01:33, 3 May 2012

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.