GINO Graphics Suite - GINO v9.0  

gReturnDirDate

Syntax

[C/C++:]
void gReturnDirDate(int pdate, GDATE *date, GTIME *time);
[F90:]
subroutine gReturnDirDate(pdate, date, time)

integer, intent(in) :: pdate
type (GDATE), intent(out) :: date
type (GTIME), intent(out) :: time

Arguments

pdate
Packed date/time

date.year, date.month, date.day
Year/Month/Day of creation/modification date

time.hour, time.min, time.sec, time.millsec
Hour/Minute/Second/Millisecond of creation/modification time

Description

The system utility gReturnDirDate() unpacks date and time information returned by the routine gGetFullDirList(). The packed date and time is associated with the creation or modification date of a file returned by this routine and may be packed in a system dependent way.

See Also

gReturnDirDate Usage
gGetFullDirList