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

Online Help

All Products    Maple    MapleSim


Finance

  

SetEvaluationDate

  

set the global evaluation date

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

SetEvaluationDate(data)

Parameters

data

-

record; date information

format

-

deduce, default, list, record, or string; (optional) date format

Description

• 

The SetEvaluationDate command sets the global evaluation date.

Examples

withFinance:

EvaluationDate

March 1, 2024

(1)

EvaluationDatelist

1,3,2024

(2)

EvaluationDate%d-%B-%Y

01-March-2024

(3)

SetEvaluationDateJan-05-2007:

EvaluationDate

January 5, 2007

(4)

EvaluationDatelist

5,1,2007

(5)

EvaluationDate%d-%B-%Y

05-January-2007

(6)

Compatibility

• 

The Finance[SetEvaluationDate] command was introduced in Maple 15.

• 

For more information on Maple 15 changes, see Updates in Maple 15.

See Also

Finance[EvaluationDate]

Finance[FormatDate]

Finance[ParseDate]

Finance[TodaysDate]

StringTools[FormatTime]

StringTools[ParseTime]