Returns the Ordinal (superscript) word for a day of the month, e.g., 1st, 2nd, 3rd, 4th etc.

Syntax

ISDateUtilities.DayOfMonthOrdinalWord(day, [includeDay])

Parameters

NameTypeOptionalByRefDescription
day Integer
includeDay Boolean Optional Indicates whether to include the day in the returned value, e.g., "5th". If False, just the ordinal word will be returned, e.g. "th". If omitted, a value of True is assumed.

Return Value

String

A String value.

Member of:
ISDateUtilities
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0