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
Xojo.Core.Date.Day
From Xojo Documentation
Read-Only Property
(As
Integer
)
Integer
Value
=
a
Xojo.Core.Date
.
Day
Supported on Mobile (iOS).
The day of the month as a number. The first day is 1. The last day varies by the month.
Sample Code
Get the day:
Var
d
As
Date = Xojo
.
Core
.
Date
.
Now
Var
day
As
Integer
= d
.
Day
Category
:
Properties