Class Time
In: lib/archive/support/time.rb
Parent: Object

encoding: UTF-8

Methods

Public Instance methods

Returns a DOSTime representing this time object as a DOS date-time structure. Times are bracketed by the limits of the ability of the DOS date-time structure to represent them. Accuracy is 2 seconds and years range from 1980 to 2099. The returned structure represents as closely as possible the time of this object.

See DOSTime#new for a description of this structure.

[Validate]