com.aspose.network
Class MapiCalendarWeeklyRecurrencePattern

java.lang.Object
  extended by com.aspose.network.MapiCalendarRecurrencePattern
      extended by com.aspose.network.MapiCalendarWeeklyRecurrencePattern

public final class MapiCalendarWeeklyRecurrencePattern
extends MapiCalendarRecurrencePattern

Represents the weekly recurrence pattern of the mapi calendar


Constructor Summary
MapiCalendarWeeklyRecurrencePattern()
           Initializes a new instance of the MapiCalendarWeeklyRecurrencePattern class
 
Method Summary
 int getDayOfWeek()
           Gets or sets the days of week at which the event occurs
 long getPeriod()
           Gets or sets interval (in weeks) at which the meeting pattern repeats
 void setDayOfWeek(int value)
           
 void setPeriod(long value)
           
 
Methods inherited from class com.aspose.network.MapiCalendarRecurrencePattern
getCalendarType, getEndType, getFrequency, getOccurrenceCount, getPatternType, getWeekStartDay, setCalendarType, setEndType, setOccurrenceCount, setPatternType, setWeekStartDay
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapiCalendarWeeklyRecurrencePattern

public MapiCalendarWeeklyRecurrencePattern()

Initializes a new instance of the MapiCalendarWeeklyRecurrencePattern class

Method Detail

getPeriod

public long getPeriod()

Gets or sets interval (in weeks) at which the meeting pattern repeats

Specified by:
getPeriod in class MapiCalendarRecurrencePattern

setPeriod

public void setPeriod(long value)
Specified by:
setPeriod in class MapiCalendarRecurrencePattern

getDayOfWeek

public int getDayOfWeek()

Gets or sets the days of week at which the event occurs


setDayOfWeek

public void setDayOfWeek(int value)


Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.