Show / Hide Table of Contents

Class CaseFieldDateTypeExtensions

Inheritance
object
CaseFieldDateTypeExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
☀
☾
Back to top Generated by DocFX