DTDay
Function - Get the day of the month from the date stamp.
Inputs
|
Input |
Data Type |
Range | Unit | Default |
Description |
|---|---|---|---|---|---|
|
Date |
DINT |
No range |
N/A |
No default |
Numerical stamp representing a date. |
Outputs
|
Output |
Data Type |
Range | Unit |
Description |
|---|---|---|---|---|
|
Q |
DINT |
1 to 31 |
N/A |
Day of the month of the date. |
Remarks
None
FBD Language Example
Not available.
FFLD Language Example
Not available.
IL Language Example
Not available.
ST Language Example
Q := DTDay (iDate);
See Also




