Show / Hide Table of Contents

    Class CalculatedEventsText

    Calculated events texts.

    Inheritance
    System.Object
    CalculatedEventsText
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: ThisDate
    Assembly: ThisDate.dll
    Syntax
    public static class CalculatedEventsText

    Properties

    | Improve this Doc View Source

    EasterSunday

    Gets the Easter Sunday text.

    Declaration
    [NotNull]
    public static string EasterSunday { get; }
    Property Value
    Type Description
    System.String

    The Easter Sunday text. This will never be null.

    | Improve this Doc View Source

    GoodFriday

    Gets the Good Friday text.

    Declaration
    [NotNull]
    public static string GoodFriday { get; }
    Property Value
    Type Description
    System.String

    The Good Friday text. This will never be null.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX