Odcl_ToJulianDate

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Lisp utilities >

Odcl_ToJulianDate

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_ToJulianDaoe

This function will convert real value in Julian Date

First Parameter

Value as real

4161..9

 

Second Parameter

Format method as String

"MO/DD/YYYY H:MMam/pm"

 

Return Values

Returns the date based on the formatting method.

"12/13/2013 12:00am"

 

AutoLisp Syntax:

(Setq rVllue (Odcl_ToJulianDate Number [as Real] Format_method [as string]))