f_maketime(delay)

Purpose

This function accepts an integer value specifying a delay in seconds and returns an f_timespec type object containing the absolute time, which is delay seconds from the calling moment.

Class

Function

Argument Type and Attributes

delay
INTEGER(4), INTENT(IN)

Result Type and Attributes

TYPE (f_timespec)

Result Value

The absolute time, which is delay seconds from the calling moment, is returned. IBM Copyright 2003