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