Ejemplo n.º 1
0
        public void Write(XmlWriter writer)
        {
            string format = DateFormatAttributeValueMap[_format];
            string date   = _date.ToString(DateFormatToDateTimeFormatString[_format]);

            _writer = new SayAsWriter("date", format, date);
            _writer.Write(writer);
        }
Ejemplo n.º 2
0
 public void Write(XmlWriter writer)
 {
     _writer.Write(writer);
 }