Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ itime(3F) — Sun WorkShop 3.0.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

time(3f)

ctime(3)

idate(3F)

fdate(3F)

ITIME(3F)  —  FORTRAN LIBRARY ROUTINES

NAME

itime − return time in numerical form

SYNOPSIS

subroutine  itime(iarray)
integer  iarray(3)

DESCRIPTION

The itime subroutine puts the current time into the integer array iarray . 
The order is: hour, minute, second. Example:

demo% cat  iti1.f
integer  a(3)
call  itime( a )
write(∗, "(’ The time is: ’,3i5)" ) (a(i),i=1,3)
end
demo% f77 −silent  iti1.f
demo% a.out
 The time is:   14   55   22
demo%

FILES

libF77.a, libV77.a

NOTE

If you use −lV77, then invoking idate() or time() gets the VMS version. 

SEE ALSO

time(3f), ctime(3), idate(3F), fdate(3F), and the FORTRAN Reference Manual . 

Sun Release 4.1  —  Last change: 2 February 1993

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026