메소드 | 설명 | |
---|---|---|
Event ( ) : System |
Constructs an Event object, with an iCalObject (usually an iCalendar object) as its parent.
|
|
IsActive ( ) : bool |
Determines whether or not the Event is actively displayed as an upcoming or occurred event.
|
|
OccursAt ( IDateTime DateTime ) : bool |
Use this method to determine if an event begins at a given date and time.
|
|
OccursOn ( IDateTime DateTime ) : bool |
Use this method to determine if an event occurs on a given date.
|
메소드 | 설명 | |
---|---|---|
OnDeserialized ( |
||
OnDeserializing ( |
메소드 | 설명 | |
---|---|---|
ExtrapolateTimes ( ) : void | ||
Initialize ( ) : void |
public OccursAt ( IDateTime DateTime ) : bool | ||
DateTime | IDateTime | The date and time to test. |
리턴 | bool |
public OccursOn ( IDateTime DateTime ) : bool | ||
DateTime | IDateTime | The date to test. |
리턴 | bool |
protected OnDeserialized ( |
||
context | ||
리턴 | void |
protected OnDeserializing ( |
||
context | ||
리턴 | void |