class Athena::MIME::Header::Date inherits Athena::MIME::Header::Abstract # Represents a date MIME Header. Constructors# .new(name : String, value : Time)# Methods# #body : Time# Returns the body of this header. #body=(body : Time)# Sets the body of this header.