FormatsStandardExerciseName(DateTime, DateTime) Method

Format the fiscal year name according to the indicated dates.

Definition

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

Parameters

initExercise  DateTime
Fiscal year start date.
endExercise  DateTime
Fiscal year end date

Return Value

String
String with the name of the fiscal year.

See Also