Local Time

Groups

 GE_FILETIME
 

Classes

class  LocalFileTime
 

Functions

Bool GeGetFileTime (const Filename &name, Int32 mode, LocalFileTime *out)
 
void GeGetCurrentTime (LocalFileTime *out)
 

Detailed Description

Function Documentation

◆ GeGetFileTime()

Bool cineware::GeGetFileTime ( const Filename name,
Int32  mode,
LocalFileTime out 
)

Gets a file time for the given mode.

Parameters
[in]nameFile name to get the time for.
[in]modeTime mode: GE_FILETIME.
[out]outFilled with the file time.
Returns
true if the file time could be retrieved, otherwise false.

◆ GeGetCurrentTime()

void cineware::GeGetCurrentTime ( LocalFileTime out)

Gets the current time.

Parameters
[out]outFilled with the current time.