HttpDateTime

open class HttpDateTime

For internal use only.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val day: Int
Link copied to clipboard
open val dayOfWeek: Int
Link copied to clipboard
open val dayOfYear: Int
Link copied to clipboard
open val hour: Int
Link copied to clipboard
open val minute: Int
Link copied to clipboard
open val month: Int
Link copied to clipboard
open val second: Int
Link copied to clipboard
open val year: Int

Functions

Link copied to clipboard

Return this value converted to a global date and time.

Link copied to clipboard
open override fun toString(): String

Returns the string representation in RFC 7231's IMF-fixdate format.

See Also:

RFC 7231.