HMSToSec Method
Overloads
| HMSToSec(Integer, Integer, Integer) |
Converti une valeur HMS (xxH xxM xxS) en son équivalent en secondes |
| HMSToSec(string) | |
| HMSToSec(Int64, Int64, Int64) |
Converti une valeur HMS (xxH xxM xxS) en son équivalent en secondes
Delphi
function HMSToSec(const HH: Integer; const MM: Integer; const SS: Integer): Integer
Parameters
- HH
- Integer
- MM
- Integer
- SS
- Integer
Returns
Integer
Delphi
function HMSToSec(const Valeur_En_HMS: string): Int64
Parameters
- Valeur_En_HMS
- string
Returns
Int64