3 references to SystemTime
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\XsltFunctions.cs (3)
299static extern int GetDateFormat(int locale, uint dwFlags, ref SystemTime sysTime, string format, StringBuilder sb, int sbSize); 304static extern int GetTimeFormat(int locale, uint dwFlags, ref SystemTime sysTime, string format, StringBuilder sb, int sbSize); 348SystemTime st = new SystemTime(xdt.ToZulu());