|
|
|
|
<Source>.StatDate (Function) In french: <Source>.StatDate
 Available only with these kinds of connection
// Calculate statistics about the CustName key from the Customer data file Customer.StatCalculate(CustName) // Find out the date when these statistics were calculated ResDate = Customer.StatDate() Info("The statistics performed on the CustName item " + ... "were calculated on: " + DateToString(ResDate, maskDateSystem))
Syntax
<Résultat> = <Source>.StatDate([<Rubrique clé>])
<Résultat>: Chaîne de caractères - Date of the last update performed on the statistics, in YYYYMMDD format (YYYY corresponds to the year, MM to the month and DD the day). The date is returned in UTC format (Universal Time Coordinated).
- Empty string ("") if the statistics have not been calculated.
<Source>: Type correspondant à la source spécifiée Name of the data file used. <Rubrique clé>: Chaîne de caractères optionnelle Name of the key item on which the statistics have been calculated. If this name is not specified, <Source>.StatDate will use the last key item used by the last HFSQL management function (function starting with "H"). Remarks In HFSQL data files, statistics can be calculated on key items only.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|