| www.delorie.com/gnu/docs/gcc/g77_135.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
CALL Date_and_Time(Date, Time, Zone, Values) |
Date: CHARACTER; scalar; INTENT(OUT).
Time: CHARACTER; OPTIONAL; scalar; INTENT(OUT).
Zone: CHARACTER; OPTIONAL; scalar; INTENT(OUT).
Values: INTEGER(KIND=1); OPTIONAL; DIMENSION(8); INTENT(OUT).
Intrinsic groups: f90.
Description:
Returns:
Programs making use of this intrinsic might not be Year 10000 (Y10K) compliant. For example, the date might appear, to such programs, to wrap around (change from a larger value to a smaller one) as of the Year 10000.
On systems where a millisecond timer isn't available, the millisecond value is returned as zero.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |