Convert a UTC date that has been received from a JSON object to a Database Date.

<para> Use when passing dates such as Effective Dates from a client-side JSON object back to the HTML Widget's Script Code. </para> <para> This is a shortcut to Runtime.DateUtilities.CastToUnspecifiedDate. </para>

Syntax

finHtmlWidgetUtilities.GetDatabaseDateFromJsonUtcDate(value)

Parameters

NameTypeOptionalByRefDescription
value Date? A nullable Date. If this does not have a Kind of 'Utc', a trace warning will occur.

Return Value

Date

A Date value.

Member of:
finHtmlWidgetUtilities
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0