Function decYearToUnixSec( decYear )
- Description:
-
Converts a Decimal Year to seconds since 1970-01-01.
- Parameters:
-
decYear
(floating point)
- decimal year
- Return Value (floating point):
- seconds since the Unix epoch
- Examples:
decYearToUnixSec(2000.0) = 946684800
decYearToUnixSec(1970) = 0
- Signature:
double decYearToUnixSec(double)