Section courante

A propos

Section administrative du site

STRTOTIME

Chaîne de caractères à heure
Free Pascal sysutils

Syntaxe

Function StrToTime(Const S:Shortstring):TDateTime;
Function StrToTime(Const S:Ansistring):TDateTime;
Function StrToTime(Const S:ShortString;separator:Char):TDateTime;
Function StrToTime(Const S:AnsiString;separator:Char):TDateTime;
Function StrToTime(Const S:string;FormatSettings:TFormatSettings):TDateTime;
Function StrToTime(Const S:PChar;Len:Integer;separator:Char=#0):TDateTime;

Description

Cette fonction permet de convertir une chaîne de caractères en une heure.



Dernière mise à jour : Mardi, le 25 Août 2020