SobekCM.Resource_Object.Bib_Info.Origin_Info_Other_Date.Origin_Info_Other_Date C# (CSharp) Method

Origin_Info_Other_Date() public method

Constructor for a new instance of the Origin_Info_Other_Date class
public Origin_Info_Other_Date ( string Value )
Value string Date value for this other date
        public Origin_Info_Other_Date(string Value)
        {
            this.Value = Value;
            KeyDate = false;
        }

Same methods

Origin_Info_Other_Date::Origin_Info_Other_Date ( string Value, string Type )
Origin_Info_Other_Date