nn::jpeg::CTR::JpegMpEncoder::GetDateTimeNow Member Function

Syntax

#include <nn/jpeg.h>

static void GetDateTimeNow(
     char * pBuffer
);

Arguments

Name Description
out pBuffer Specifies a buffer storing the date and time. The size of the buffer in bytes is DATE_TIME_SIZE (20).

Return Values

None.

Description

Gets the current date and time and creates a string that can be used as the argument value in a call to SetDateTime.

Use the nn::fnd::DateTime::GetNow function to get the current date and time.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL