Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
AddEntry ( |
Add an entry to the journal
|
|
GetEntriesBeforeDateAndDelete ( System.DateTime beforeDateTime ) : IEnumerable |
Iterator for entries before the provided date. After the entry has been returned it will be removed from the journal. (THIS METHOD IS *NOT* THREAD-SAFE).
|
|
Journal ( ) : System |
Initialise an empty journal
|
public AddEntry ( |
||
entry | ||
Résultat | void |
public GetEntriesBeforeDateAndDelete ( System.DateTime beforeDateTime ) : IEnumerable |
||
beforeDateTime | System.DateTime | |
Résultat | IEnumerable |