month>> ( object -- value ) - Factor Documentation

month>> ( object -- value )


Vocabulary
accessors

Inputs
object an object


Outputs
value an object


Definition
IN: accessors

GENERIC: month>> ( object -- value )


Methods
USING: accessors alien.c-types classes.struct
classes.struct.private dbf math ;

M: dbf-file-header month>>
T{ struct-slot-spec
{ name "month" }
{ offset 2 }
{ class fixnum }
{ initial 0 }
{ type uint8_t }
} read-struct-slot ; inline


USING: accessors alien.c-types classes.struct
classes.struct.private duckdb.ffi math ;

M: duckdb_date_struct month>>
T{ struct-slot-spec
{ name "month" }
{ offset 4 }
{ class fixnum }
{ initial 0 }
{ type int8_t }
} read-struct-slot ; inline


USING: accessors calendar kernel.private math slots.private ;

M: duration month>> 3 slot { real } declare ; inline


USING: accessors slots.private zoneinfo ;

M: raw-leap month>> 3 slot ; inline


USING: accessors ftp.client.listing-parser slots.private ;

M: remote-file month>> 8 slot ; inline


USING: accessors calendar kernel.private math slots.private ;

M: timestamp month>> 3 slot { integer } declare ; inline

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