Get a Period expressed in Words. Dates are exclusive, i.e. send 1/1 to 1/2 (=1 month, 0 days) not 1/1 to 31/1.

The Period will be expressed in Months, Weeks and Days using the hint if there are no days leftover.

Syntax

ISDateUtilities.PeriodToWordsWithHint(date1, date2, frequencyHint)

Parameters

NameTypeOptionalByRefDescription
date1 Date The Period Start Date.
date2 Date The Period End Date.
frequencyHint Double A hint to the preferred Frequency to use. 12=Monthly, 26=Fortnightly, 52=Weekly - other values are ignored.

Return Value

String

A String value.

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