png_convert_from_time_t

Name

png_convert_from_time_t -- convert time_t to png_time

Synopsis

#include <png.h>

void png_convert_from_time_t(png_timep ptime, time_t ttime);

Description

This interface shall convert from the time_t time format to the png_time format.

The parameter ttime shall specify the time_t value to convert to png_time format.

The output parameter ptime shall contain the converted value.