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

fromNormalDate (Class Method)


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

Creates a DateTime object from a string returned by the Normal 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 blank (" ") is the default separator.

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(©)