Package native :: Package outlook :: Module outlook_com :: Class RecurrencePattern
[hide private]
[frames] | no frames]

Class RecurrencePattern

source code

win32com.client.DispatchBaseClass --+
                                    |
                                   RecurrencePattern

Instance Methods [hide private]
 
GetOccurrence(self, StartDate=defaultNamedNotOptArg) source code

Inherited from win32com.client.DispatchBaseClass: _ApplyTypes_, __cmp__, __getattr__, __init__, __repr__, __setattr__, _get_good_object_, _get_good_single_object_

Class Variables [hide private]
  CLSID = IID('{00063044-0000-0000-C000-000000000046}')
  coclass_clsid = None
  _prop_map_get_ = {'Application': (61440, 2, (9, 0), (), 'Appli...
  _prop_map_put_ = {'DayOfMonth': ((4096, 0, 4, 0), ()), 'DayOfW...
Class Variable Details [hide private]

_prop_map_get_

Value:
{'Application': (61440,
                 2,
                 (9, 0),
                 (),
                 'Application',
                 '{00063001-0000-0000-C000-000000000046}'),
 'Class': (61450, 2, (3, 0), (), 'Class', None),
 'DayOfMonth': (4096, 2, (3, 0), (), 'DayOfMonth', None),
...

_prop_map_put_

Value:
{'DayOfMonth': ((4096, 0, 4, 0), ()),
 'DayOfWeekMask': ((4097, 0, 4, 0), ()),
 'Duration': ((4109, 0, 4, 0), ()),
 'EndTime': ((4108, 0, 4, 0), ()),
 'Instance': ((4099, 0, 4, 0), ()),
 'Interval': ((4100, 0, 4, 0), ()),
 'MonthOfYear': ((4102, 0, 4, 0), ()),
 'NoEndDate': ((4107, 0, 4, 0), ()),
...