* Stubed System.Runtime.Remoting.Metadata.W3cXsd2001
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Metadata.W3cXsd2001 / SoapDateTime.cs
1 //
2 // System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDateTime
3 //
4 // Authors:
5 //      Martin Willemoes Hansen (mwh@sysrq.dk)
6 //
7 // (C) 2003 Martin Willemoes Hansen
8 //
9
10 namespace System.Runtime.Remoting.Metadata.W3cXsd2001 
11 {
12         public sealed class SoapDateTime
13         {
14                 [MonoTODO]
15                 public SoapDateTime()
16                 {
17                 }
18                 
19                 public static string XsdType {
20                         [MonoTODO]
21                         get { throw new NotImplementedException(); }
22                 }
23
24                 [MonoTODO]
25                 public static DateTime Parse (string value)
26                 {
27                         throw new NotImplementedException();
28                 }
29
30                 [MonoTODO]
31                 public override string ToString()
32                 {
33                         throw new NotImplementedException();
34                 }
35
36                 [MonoTODO]
37                 ~SoapDateTime()
38                 {
39                 }
40         }
41 }