The following operations are supported. For a formal definition, please review the Service Description.

Web Service Links

Namespace Children of ::wsdb::types::stock::dateOfChange

Namespace Code for ::wsdb::types::stock::dateOfChange

namespace eval ::wsdb::types::stock::dateOfChange {
    variable base xsd::dateTime
    variable validate ::wsdb::types::stock::dateOfChange::validate

}

Procedures in ::wsdb::types::stock::dateOfChange


proc ::wsdb::types::stock::dateOfChange::validate {
    value
} {
       variable base
       if {[::wsdb::types::${base}::validate $value]} {
           return 1
       } else {
           return 0
       }}