Exemplo n.º 1
0
        public void UTCOffset1()
        {
            UTCOffset o = new UTCOffset(TimeSpan.FromHours(-6));

            SerializeTest(o, "UTCOffset1.xml");
        }
 public void UTCOffset1()
 {
     UTCOffset o = new UTCOffset(TimeSpan.FromHours(-6));
     SerializeTest(o, "UTCOffset1.xml");
 }
Exemplo n.º 3
0
 public void WriteTimeValue(UTCOffset value)
 {
     WriteElementString("utc-offset", value.ToString().Insert(3, ":"));
 }