public final class IcsSaveOptions extends AppointmentSaveOptions
Represents iCalendar save options
Constructor and Description |
---|
IcsSaveOptions()
Initializes a new instance of the
IcsSaveOptions class |
IcsSaveOptions(int method)
Initializes a new instance of the
IcsSaveOptions class |
Modifier and Type | Method and Description |
---|---|
int |
getAction()
Gets or sets appointment Action
|
boolean |
getCreateNew()
Gets or sets value indicating whether need create new calendar or append events in existing calendar.
|
static IcsSaveOptions |
getDefault()
Gets the default Ics save options
|
String |
getEndTimeZone()
Gets or sets the End time zone.
|
int |
getMethod()
Deprecated.
|
int |
getMethodType()
Gets or sets the iCalendar object method type associated
with the calendar object.
|
int |
getSequenceId()
Gets or sets the sequence id.
|
String |
getStartTimeZone()
Gets or sets the Start time zone.
|
void |
setAction(int value)
Gets or sets appointment Action
|
void |
setCreateNew(boolean value)
Gets or sets value indicating whether need create new calendar or append events in existing calendar.
|
void |
setEndTimeZone(String value)
Gets or sets the End time zone.
|
void |
setMethod(int value)
Deprecated.
|
void |
setMethodType(int value)
Gets or sets the iCalendar object method type associated
with the calendar object.
|
void |
setSequenceId(int value)
Gets or sets the sequence id.
|
void |
setStartTimeZone(String value)
Gets or sets the Start time zone.
|
getSaveFormat
public IcsSaveOptions()
Initializes a new instance of the IcsSaveOptions
class
public IcsSaveOptions(int method)
Initializes a new instance of the IcsSaveOptions
class
method
- An appointment methodpublic static IcsSaveOptions getDefault()
Gets the default Ics save options
@Deprecated public int getMethod()
Gets or sets appointment method
com.aspose.ms.System.ArgumentException
- value
is not defined in AppointmentAction
@Deprecated public void setMethod(int value)
Gets or sets appointment method
com.aspose.ms.System.ArgumentException
- value
is not defined in AppointmentAction
public int getAction()
Gets or sets appointment Action
com.aspose.ms.System.ArgumentException
- value
is not defined in AppointmentAction
public void setAction(int value)
Gets or sets appointment Action
com.aspose.ms.System.ArgumentException
- value
is not defined in AppointmentAction
public int getSequenceId()
Gets or sets the sequence id.
Value: The sequence id.public void setSequenceId(int value)
Gets or sets the sequence id.
Value: The sequence id.public int getMethodType()
Gets or sets the iCalendar object method type associated with the calendar object.
public void setMethodType(int value)
Gets or sets the iCalendar object method type associated with the calendar object.
public String getStartTimeZone()
Gets or sets the Start time zone.
public void setStartTimeZone(String value)
Gets or sets the Start time zone.
public String getEndTimeZone()
Gets or sets the End time zone.
public void setEndTimeZone(String value)
Gets or sets the End time zone.
public boolean getCreateNew()
Gets or sets value indicating whether need create new calendar or append events in existing calendar. Default value is true.
public void setCreateNew(boolean value)
Gets or sets value indicating whether need create new calendar or append events in existing calendar. Default value is true.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.