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 |
---|---|
static IcsSaveOptions |
getDefault()
Gets the default ics save options
|
int |
getMethod()
Gets or sets appointment method
|
void |
setMethod(int value)
Gets or sets appointment method
|
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
IcsSaveOptions
object.public int getMethod()
Gets or sets appointment method
com.aspose.ms.System.ArgumentException
- value
is not defined in AppointmentAction
public void setMethod(int value)
Gets or sets appointment method
value
- a int.com.aspose.ms.System.ArgumentException
- value
is not defined in AppointmentAction
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.