march ( obj -- timestamp' ) - Factor Documentation

march ( obj -- timestamp' )


Vocabulary
calendar

Inputs
obj an object


Outputs
timestamp' an object


Definition
IN: calendar

GENERIC: march ( obj -- timestamp' )


Methods
USING: calendar math ;

M: integer march 3 1 <date> ;


USING: accessors calendar kernel ;

M: timestamp march clone 3 >>month ;

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