Sys.Data.AdoNetInvokeParametersBuilder.addDate Method

Adds a Date parameter to the AdoNetInvokeParametersBuilder object.

MyPB.addDate(name, value, includeTimeZone);

Arguments

  • name
    A string that contains the name of the parameter to be added.

  • value
    The Date value of the parameter to be added.

  • includeTimeZone
    (Optional) true to include time zone information with the Date object, otherwise, false.

Return Value

None.

See Also

Other Resources

Sys.Data.AdoNetInvokeParametersBuilder Class

Language Reference