Méthode | Description | |
---|---|---|
CalculatePeriodForDate ( System.DateTime date, System.DateTime periodStartDate, PeriodLength periodLength ) : |
Gets the accounting period for a given date.
|
|
GetNext ( ) : |
Gets the next accounting period after this one.
|
|
GetPrevious ( ) : |
Gets the accounting period that came before this one.
|
|
IncludesDate ( System.DateTime date ) : bool |
Méthode | Description | |
---|---|---|
Period ( ) : System |
Constructor.
|
public static CalculatePeriodForDate ( System.DateTime date, System.DateTime periodStartDate, PeriodLength periodLength ) : |
||
date | System.DateTime | The date to find the accounting period for. |
periodStartDate | System.DateTime | A date that an account period starts on. |
periodLength | PeriodLength | The length of accounting periods. |
Résultat |
public IncludesDate ( System.DateTime date ) : bool | ||
date | System.DateTime | |
Résultat | bool |