Interface IApplicableFromTill
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
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; }