New method that returns a TimeZoneDefinition

This commit is contained in:
Wolfgang Sourdeau
2012-09-19 12:00:07 -04:00
parent 2758b486f7
commit 89a41a9aa9
2 changed files with 49 additions and 0 deletions
+2
View File
@@ -28,6 +28,8 @@
@interface iCalTimeZone (MAPIStoreProperties)
- (struct Binary_r *) asTimeZoneStructInMemCtx: (TALLOC_CTX *) memCtx;
- (struct Binary_r *) asZoneTimeDefinitionWithFlags: (enum TZRuleFlag) flags
inMemCtx: (TALLOC_CTX *) memCtx;
@end