Home| general |src.lib|time| TimeStrToEpoch Index

TimeStrToEpoch

Syntax
double TimeStrToEpoch(char *text);
Header
general/rtime.h
Library
rtime
Description

The TimeStrToEpoch function converts a string containing the year, month, and day into a double containing the epoch seconds since 00:00 T on 1 January 1970.

Returns
None
Errors
None
Example
None