AbsoluteTime - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MmaTranslator[Mma]

  

AbsoluteTime

  

return the total number of seconds elapsed since January 1, 1900

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

AbsoluteTime(arguments)

Parameters

arguments

-

Maple translation of the Mathematica command arguments

Description

• 

The AbsoluteTime command returns the total number of seconds since January 1, 1900 in your time zone.

Examples

withMmaTranslatorMma:

Use the command with the Maple translation.

AbsoluteTime

3.918320351×109s

(1)

Alternatively, you can use the FromMma command with the evaluate option specified.

withMmaTranslator:

FromMma`AbsoluteTime[]`,evaluate

3.918320351×109s

(2)

See Also

MmaTranslator

MmaTranslator[FromMma]

MmaTranslator[Mma]