Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Syntax 2: For extracting DateTime values from blobs – PB Docs 2021 – PowerBuilder Library

Syntax 2: For extracting DateTime values from blobs – PB Docs 2021

Syntax 2: For extracting DateTime values from blobs

Description

Extracts a DateTime value from a blob.

Syntax

Argument

Description

blob

A blob in which the first value is a DateTime value. The
rest of the contents of the blob is ignored. Blob can also be
an Any variable containing a blob.

Return value

DateTime.

Returns the DateTime value stored in blob. If blob is null,
DateTime returns null.

Usage

DateTime data is used only for reading and writing DateTime values
to and from a database. To use the date and time values in scripts, use
the Date and Time functions to assign values to date and time
variables.

Examples

After assigning blob data from the database to lb_blob, the
following example obtains the DateTime value stored at position 20 in
the blob (the length you specify for BlobMid must be at least as long as
the DateTime value but can be longer):

See also

Date

Time


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x