Esempio n. 1
0
 private DateTime ReadTimeStamp(VhdPropertyAttribute attribute)
 {
     return(dataReader.ReadDateTime(GetFooterOffset() + attribute.Offset));
 }
Esempio n. 2
0
 private DateTime ReadParentTimeStamp(VhdPropertyAttribute attribute)
 {
     return(dataReader.ReadDateTime(headerOffset + attribute.Offset));
 }