Xojo Documentation
Xojo Documentation
Home
Getting Started
Get Started with Xojo
QuickStarts
Tutorials
Pi Programming
More Guides
Resources
In-Depth Guides
User Guide
Language Reference
Resources
Release Notes
System Requirements
Deprecations
Videos
Feedback
About
Usage
Copyrights and Trademarks
Tools
What links here
Related changes
Special pages
Printable version
Permanent link
Page information
iOSSQLiteDatabaseField.DateValue
From Xojo Documentation
Read-Only Property
(As
Date
)
Date
Value
=
a
iOSSQLiteDatabaseField
.
DateValue
Supported on Mobile (iOS).
Gets the date value for a column.
Sample Code
Get the Date value of a column:
// rs is an iOSSQLiteRecordSet with a date column called "InvoiceDate"
Var
invoiceDate
As
Date
invoiceDate = rs
.
Field(
"InvoiceDate"
)
.
DateValue
Category
:
Properties