png_convert_from_struct_tm

Name

png_convert_from_struct_tm -- convert struct tm to png_time

Synopsis

#include <png.h>

void png_convert_from_struct_tm(png_timep ptime, struct tm * ttime);

Description

This interface shall convert from the struct tm time format to the png_time format.

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

The output parameter ptime shall contain the converted value.