12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>SETTIMPortability Function: Sets the system time in your programs.Module: USE IFPORTSyntaxresult = SETTIM (ihr, imin, isec, i100th)ihr(Input) INTEGER(4) or INTEGER(2). Hour (0-23).imin(Input) INTEGER(4) or INTEGER(2). Minute (0-59).isec(Input) INTEGER(4) or INTEGER(2). Second (0-59).i100th(Input) INTEGER(4) or INTEGER(2). Hundredth of a second (0-99).Results:The result type is LOGICAL(4). The result is .TRUE. if the system time is changed; .FALSE. ifno change is made.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “GETDAT”, “GETTIM”, “SETDAT”ExampleUSE IFPORTLOGICAL(4) successsuccess = SETTIM(INT2(21),INT2(53+3),&INT2(14*2),INT2(88))ENDSETVIEWORGGraphics Subroutine: Moves the viewport-coordinate origin (0, 0) to the specified physicalpoint. This subroutine is only available on Windows* systems.Module: USE IFQWINSyntaxCALL SETVIEWORG (x, y, t)2-428

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!