Date.this

Creates a #SoupDate representing a time @offset_seconds after the current time (or before it, if @offset_seconds is negative). If offset_seconds is 0, returns the current time.

If @offset_seconds would indicate a time not expressible as a <type>time_t</type>, the return value will be clamped into range.

Parameters

offsetSeconds int

offset from current time

Return Value

a new #SoupDate

Throws

ConstructionException GTK+ fails to create the object.

Meta