Table of Contents

Interface IApplicableFromTill

Namespace
Payetools.Common.Model
Assembly
Payetools.Common.dll

Interface for reference data that indicates the period that a reference data applies for.

public interface IApplicableFromTill

Properties

ApplicableFrom

Gets the start date (i.e., the first full day) for applicability. Use DateOnly.MinValue to indicate there is no effective start date.

DateOnly ApplicableFrom { get; }

Property Value

DateOnly

ApplicableTill

Gets the end date (i.e., the last full day) for applicability. Use DateOnly.MaxValue to indicate there is no effective end date.

DateOnly ApplicableTill { get; }

Property Value

DateOnly