Home
last modified time | relevance | path

Searched refs:ReadDateTimeX (Results 1 – 1 of 1) sorted by relevance

/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/Formats/
H A DPwSafeXml302.cs216 pe.CreationTime = ReadDateTimeX(xmlChild); in ImportEntry()
218 pe.LastAccessTime = ReadDateTimeX(xmlChild); in ImportEntry()
221 pe.ExpiryTime = ReadDateTimeX(xmlChild); in ImportEntry()
225 pe.LastModificationTime = ReadDateTimeX(xmlChild); in ImportEntry()
227 pe.LastModificationTime = ReadDateTimeX(xmlChild); in ImportEntry()
302 private static DateTime ReadDateTimeX(XmlNode xmlNode) in ReadDateTimeX() method in KeePass.DataExchange.Formats.PwSafeXml302
349 dpp.Time = ReadDateTimeX(xmlChild); in ReadEntryHistoryItem()