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