gmt-offset>> ( object -- value ) - Factor Documentation

gmt-offset>> ( object -- value )


Vocabulary
accessors

Inputs
object an object


Outputs
value an object


Definition
IN: accessors

GENERIC: gmt-offset>> ( object -- value )


Methods
USING: accessors slots.private usa-cities ;

M: city gmt-offset>> 7 slot ; inline


USING: accessors slots.private tzinfo.private ;

M: local-time gmt-offset>> 2 slot ; inline


USING: accessors slots.private zoneinfo ;

M: raw-zone gmt-offset>> 3 slot ; inline


USING: accessors calendar kernel.private slots.private ;

M: timestamp gmt-offset>> 8 slot { duration } declare ; inline

AltStyle によって変換されたページ (->オリジナル) /