Date Intrinsic Functions - Day Method

Return the day portion of the date

Member of Date Intrinsic Functions (PRIM_LIBI.IDateIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)IntegerResulting number

Details

Day returns the day portion of a date as a number.

Example

In this example, if #Today was 2014-31-12, the result would be 31.
#Result := #Today.Day

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2