System.Xml.Serialization.XmlSerializationWriter.FromDate C# (CSharp) Method

FromDate() protected static method

protected static FromDate ( System.DateTime value ) : string
value System.DateTime
return string
        protected static string FromDate(DateTime value)
        {
            return XmlCustomFormatter.FromDate(value);
        }