FormatsStandardExerciseName(DateTime, DateTime) Method
Format the fiscal year name according to the indicated dates.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string StandardExerciseName(
DateTime initExercise,
DateTime endExercise
)
Public Shared Function StandardExerciseName (
initExercise As DateTime,
endExercise As DateTime
) As String
- initExercise DateTime
- Fiscal year start date.
- endExercise DateTime
- Fiscal year end date
StringString with the name of the fiscal year.