Method: Java::ComPff::PSTFolder#creation_trme

Defined in:
lib/pst/base.rb

#creation_trmeObject



112
113
114
115
# File 'lib/pst/base.rb', line 112

def creation_trme
  t = self.getCreationTime || self.getLastModificationTime
  t.andand.to_time
end