FormatsStandardExerciseName(DateTime) Method

Formats the name of the fiscal year according to the indicated dates, assuming that the fiscal years are 12 months.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string StandardExerciseName(
	DateTime initExercise
)

Parameters

initExercise  DateTime
Fiscal year start date.

Return Value

String
String with the name of the fiscal year.

See Also