Method: Axlsx::App#total_time

Defined in:
lib/axlsx/doc_props/app.rb

#total_timeInteger Also known as: TotalTime

Returns The total amount of time spent editing.

Returns:

  • (Integer)

    The total amount of time spent editing.



88
89
90
# File 'lib/axlsx/doc_props/app.rb', line 88

def total_time
  @total_time
end