dm_sec_to_msec Interface

public interface dm_sec_to_msec

Generic seconds to milliseconds function.

Called by

interface~~dm_sec_to_msec~~CalledByGraph interface~dm_sec_to_msec dm_sec_to_msec proc~dm_ftp_download dm_ftp_download proc~dm_ftp_download->interface~dm_sec_to_msec proc~dm_ftp_upload dm_ftp_upload proc~dm_ftp_upload->interface~dm_sec_to_msec

Module Procedures

private pure elemental function sec_to_msec_int32(sec) result(msec)

Converts seconds to milliseconds (4 bytes).

Arguments

Type IntentOptional Attributes Name
integer(kind=i4), intent(in) :: sec

Seconds.

Return Value integer(kind=i4)

Milliseconds.

private pure elemental function sec_to_msec_int64(sec) result(msec)

Converts seconds to milliseconds (8 bytes).

Arguments

Type IntentOptional Attributes Name
integer(kind=i8), intent(in) :: sec

Seconds.

Return Value integer(kind=i8)

Milliseconds.