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)

HMSToSec(Integer, Integer, Integer)

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

HMSToSec(string)

Delphi
function HMSToSec(const Valeur_En_HMS: string): Int64

Parameters

Valeur_En_HMS
string

Returns

Int64

HMSToSec(Int64, Int64, Int64)

Delphi
function HMSToSec(const HH: Int64; const MM: Int64; const SS: Int64): Int64

Parameters

HH
Int64
MM
Int64
SS
Int64

Returns

Int64