MmaTranslator[Mma]
AbsoluteTime
return the total number of seconds elapsed since January 1, 1900
Calling Sequence
Parameters
Description
Examples
AbsoluteTime(arguments)
arguments
-
Maple translation of the Mathematica command arguments
The AbsoluteTime command returns the total number of seconds since January 1, 1900 in your time zone.
with⁡MmaTranslatorMma:
Use the command with the Maple translation.
AbsoluteTime⁡
3.918320351×109⁢s
Alternatively, you can use the FromMma command with the evaluate option specified.
with⁡MmaTranslator:
FromMma⁡`AbsoluteTime[]`,evaluate
See Also
MmaTranslator
MmaTranslator[FromMma]
Download Help Document