Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Beschreibung

Gibt den Array rückwärts zurück.

Argumente

Name

Typ

Beschreibung




Rückgabewert datetime

gedrehtes Array

Beispiel

Lt_Time := DateTimeArray (3);
Lt_Time[0] = GetDateTimeValue(2019,5,18,12,5,36);
Lt_Time[1] = GetDateTimeValue(2020,6,19,13,6,47);
Lt_Time[2] = GetDateTimeValue(2021,7,20,14,7,58);
Result := Lt_Time.ReverseArray();

Resultat: [2021-07-20T14:07:58.000, 2020-06-19T13:06:47.000, 2019-05-18T12:05:36.000] 

  • No labels