6 references to LocalDateTime
System (1)
net\System\Net\mail\SmtpDateTime.cs (1)
174return offset.LocalDateTime;
System.Xml (5)
System\Xml\BinaryXml\SqlUtils.cs (3)
842return XsdKatmaiDateOffsetToDateTimeOffset(data, offset).LocalDateTime; 847return XsdKatmaiDateTimeOffsetToDateTimeOffset(data, offset).LocalDateTime; 852return XsdKatmaiTimeOffsetToDateTimeOffset(data, offset).LocalDateTime;
System\Xml\Core\XmlWriter.cs (1)
296WriteValue(value.LocalDateTime);
System\Xml\Schema\XmlValueConverter.cs (1)
806return value.LocalDateTime;