Code:
dt := StrToDateTime(datetostr(date) + ' ' + '00:01:23.379');
mil := System.DateUtils.MilliSecondOf(dt) ;
Label10.Text := mil.ToString ;
Das Ergbnis is 0 in Label10.Text
Ich weiß nicht, ob das Problem von Android Version 7 oder von Delphi kommt?