Example #1
0
 public static void storeLocally(Calendar cal)
 {
     // Stores the calender in a pre-specified format.
 }
Example #2
0
 public static void storeLocally(Calendar cal, StorageFormat formatter)
 {
     // Stores the calender in a format specified by the storageFormat.
 }
Example #3
0
 public static void deleteCalendar(Calendar cal)
 {
     // Deletes the specified calendar from the local system.
 }