Read Me - Common Public License V1.0 - Copyright Notice(©)

fromOrderedDate (Class Method)


>>-fromOrderedDate(-date-+------------------------------+--)------------><
                         +-,-+-----------+--+---------+-+
                             +-separator-+  +-,offset-+

Creates a DateTime object from a string returned by the Ordered option of the Date() () built-in function. The time component will be set to the beginning of the input day (00:00:00.000000).

If specified, [separator] identifies the field separator character used in the string. The separator must be a single character or the null string (""). A slash ("/") is the default separator. The time component will be set to the beginning of the input day (00:00:00.000000).

If specified, [offset] is the offset from UTC, in minutes. The [offset] must be valid whole number value. The default [offset] is the current system offset timezone offset.

Read Me - Common Public License V1.0 - Copyright Notice(©)