Xojo Documentation
Xojo Documentation
Doc Center
Home
Download Xojo
Recent changes
MediaWiki Info
Getting Started
Get Started with Xojo
QuickStarts
Tutorials
Books
User Guide
Welcome!
Fundamentals
User Interface
Framework
Technical Information
Language Reference
Programming Language Commands
Framework
iOS Framework
Resources
System Requirements
Release Notes
Deprecations
Videos
Example Projects
FAQ
International
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