com.aspose.email
Class MapiCalendarDailyRecurrencePattern

java.lang.Object
  extended by com.aspose.email.MapiCalendarRecurrencePattern
      extended by com.aspose.email.MapiCalendarDailyRecurrencePattern

public final class MapiCalendarDailyRecurrencePattern
extends MapiCalendarRecurrencePattern

Represents the daily recurrence pattern of the mapi calendar


Constructor Summary
MapiCalendarDailyRecurrencePattern()
           Initializes a new instance of the MapiCalendarDailyRecurrencePattern class
 
Method Summary
 long getPeriod()
           Gets or sets interval (in days) at which the meeting pattern repeats
 void setPeriod(long value)
           
 
Methods inherited from class com.aspose.email.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

MapiCalendarDailyRecurrencePattern

public MapiCalendarDailyRecurrencePattern()

Initializes a new instance of the MapiCalendarDailyRecurrencePattern class

Method Detail

getPeriod

public long getPeriod()

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

Specified by:
getPeriod in class MapiCalendarRecurrencePattern

setPeriod

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


Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.