1 instantiation of SoapTime
mscorlib (1)
system\runtime\remoting\soapinteroptypes.cs (1)
465
SoapTime dt = new
SoapTime
(DateTime.ParseExact(time, formats, CultureInfo.InvariantCulture,DateTimeStyles.None));
6 references to SoapTime
mscorlib (4)
system\runtime\remoting\message.cs (1)
686
ret =
SoapTime
.Parse(strValue);
system\runtime\remoting\soapinteroptypes.cs (3)
113
internal static Type typeofSoapTime = typeof(
SoapTime
);
460
public static
SoapTime
Parse(String value)
465
SoapTime
dt = new SoapTime(DateTime.ParseExact(time, formats, CultureInfo.InvariantCulture,DateTimeStyles.None));
System.Runtime.Remoting (2)
metadata\sudscommon.cs (2)
88
internal static Type typeofSoapTime = typeof(
SoapTime
);
195
typeName =
SoapTime
.XsdType;