Méthode | Description | |
---|---|---|
CreateInstance ( |
Parses an xml node to create a Where object.
|
|
Save ( |
Persistence method for the When object
|
|
When ( ) : System |
Constructs a new instance of a When object.
|
|
When ( System.DateTime start, System.DateTime end ) : System |
Constructs a new instance of a When object with provided data.
|
|
When ( System.DateTime start, System.DateTime end, bool allDay ) : System |
Constructs a new instance of a When object with provided data.
|
public CreateInstance ( |
||
node | the node to parse node | |
parser | Google.GData.Client.AtomFeedParser | the xml parser to use if we need to dive deeper |
Résultat | IExtensionElementFactory |
public Save ( |
||
writer | the xmlwriter to write into | |
Résultat | void |
public When ( System.DateTime start, System.DateTime end ) : System | ||
start | System.DateTime | The beginning of the event. |
end | System.DateTime | The end of the event. |
Résultat | System |
public When ( System.DateTime start, System.DateTime end, bool allDay ) : System | ||
start | System.DateTime | The beginning of the event. |
end | System.DateTime | The end of the event. |
allDay | bool | A flag to indicate an all day event. |
Résultat | System |