nn::jpeg::CTR::JpegMpEncoder::GetDateTimeNow Member Function#include <nn/jpeg.h>
static void GetDateTimeNow(
char * pBuffer
);
| Name | Description | |
|---|---|---|
| out | pBuffer | Specifies a buffer storing the date and time. The size of the buffer in bytes is DATE_TIME_SIZE (20). |
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.
CONFIDENTIAL