| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| value | Object | Any object or type of Variable. | ||
| dayMonthYearOrder | String | Optional | A String of either DMY, MDY, YMD or a valid .NET date format string, see http://msdn.microsoft.com/en-us/library/73ctwf33(v=vs.90).aspx, to indicate the order of Days, Months and Years. | |
| baseDate | Date | Optional | The date to base the value upon when the month or year is missing. If omitted, a value of ISRuntime.OptionalNullDate is assumed. | |
| specialType | iseDateSpecialType | Optional | If the year relates to a Birth Date it MUST be prior to today. If omitted, a value of iseDateSpecialType.None is assumed. |
A Date value.