MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
timer-private.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static void GetMagickUTCtime (const time_t *timep, struct tm *result)
 
static void GetMagickLocaltime (const time_t *timep, struct tm *result)
 
MagickExport time_t GetMagickTime (void)
 

Function Documentation

◆ GetMagickLocaltime()

static void GetMagickLocaltime ( const time_t *  timep,
struct tm *  result 
)
inlinestatic

Definition at line 41 of file timer-private.h.

◆ GetMagickTime()

MagickExport time_t GetMagickTime ( void  )

◆ GetMagickUTCtime()

static void GetMagickUTCtime ( const time_t *  timep,
struct tm *  result 
)
inlinestatic

Definition at line 25 of file timer-private.h.

Referenced by FormatMagickTime().