Class CaseFieldDateTypeExtensions
Inherited Members
Namespace: PayrollEngine
Assembly: PayrollEngine.Core.dll
Syntax
public static class CaseFieldDateTypeExtensions
Methods
IsEndMatching(CaseFieldDateType, DateTime)
Declaration
public static bool IsEndMatching(this CaseFieldDateType dateType, DateTime value)
Parameters
| Type | Name | Description |
|---|---|---|
| CaseFieldDateType | dateType | |
| DateTime | value |
Returns
| Type | Description |
|---|---|
| bool |
IsStartMatching(CaseFieldDateType, DateTime)
Declaration
public static bool IsStartMatching(this CaseFieldDateType dateType, DateTime value)
Parameters
| Type | Name | Description |
|---|---|---|
| CaseFieldDateType | dateType | |
| DateTime | value |
Returns
| Type | Description |
|---|---|
| bool |