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