Writes a date value to the JSON ini file
Source position: jsonini.pp line 66
public procedure TJSONIniFile.WriteDate( |
const Section: string; |
const Ident: string; |
Value: TDateTime |
); override; |
Section |
|
The section name to write to |
Ident |
|
The key name to write |
Value |
|
The date value to write |
WriteDate writes a date value to the specified section and key. The date is formatted as an ISO date string (yyyy-mm-ddT00:00:00.zzz) and stored as a JSON string. If the section does not exist, it is created automatically.
|
Reads a date value from the JSON ini file |
|
|
Writes a date-time value to the JSON ini file |
|
|
Writes a time value to the JSON ini file |