Unit 'JsonIni' Package
[Overview][Classes][Index] [#fcl]

TJSONIniFile.WriteDate

Writes a date value to the JSON ini file

Declaration

Source position: jsonini.pp line 66

public procedure TJSONIniFile.WriteDate(

  const Section: string;

  const Ident: string;

  Value: TDateTime

); override;

Arguments

Section

  

The section name to write to

Ident

  

The key name to write

Value

  

The date value to write

Description

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.

See also

ReadDate

  

Reads a date value from the JSON ini file

WriteDateTime

  

Writes a date-time value to the JSON ini file

WriteTime

  

Writes a time value to the JSON ini file


Documentation generated on: Jan 27 2026