calendar ボキャブラリ
Factor ハンドブック > ボキャブラリ索引


ドキュメント
Calendar

メタデータ
作者:Doug Coleman


ワード

タプルクラス
クラススーパークラススロット
duration tupleyear month day hour minute second
not-a-month tuple
timestamp tupleyear month day hour minute second gmt-offset


総称ワード
ワードスタック効果
days-in-year( obj -- n )
easter( obj -- obj' )
gmt-offset( -- hours minutes seconds )
leap-year?( obj -- ? )
time+( time1 time2 -- time3 )
time-( time1 time2 -- time3 )


通常ワード
ワードスタック効果
(day-of-year)( year month day -- n )
(days-in-month)( year month -- n )
(time-)( timestamp timestamp -- n )
<date>( year month day -- timestamp )
<duration>( year month day hour minute second -- duration )
<timestamp>( year month day hour minute second gmt-offset -- timestamp )
<zero>( -- timestamp )
>date<( timestamp -- year month day )
>gmt( timestamp -- timestamp )
>local-time( timestamp -- timestamp )
>time<( timestamp -- hour minute second )
ago( duration -- timestamp )
average-month( -- ratio )
before( duration -- -duration )
beginning-of-month( timestamp -- new-timestamp )
beginning-of-week( timestamp -- new-timestamp )
beginning-of-year( timestamp -- new-timestamp )
convert-timezone( timestamp duration -- timestamp )
day-abbreviation2( n -- string )
day-abbreviation3( n -- string )
day-abbreviations2( -- value )
day-abbreviations3( -- value )
day-counts( -- value )
day-name( n -- string )
day-names( -- array )
day-of-week( timestamp -- n )
day-of-year( timestamp -- n )
days( x -- duration )
days-in-month( timestamp -- n )
days-per-year( -- ratio )
duration>days( duration -- x )
duration>hours( duration -- x )
duration>microseconds( duration -- x )
duration>milliseconds( duration -- x )
duration>minutes( duration -- x )
duration>months( duration -- x )
duration>nanoseconds( duration -- x )
duration>seconds( duration -- x )
duration>years( duration -- x )
easter-month-day( year -- month day )
friday( timestamp -- new-timestamp )
gmt( -- timestamp )
gmt-offset-duration( -- duration )
hence( duration -- timestamp )
hours( x -- duration )
hours-per-year( -- ratio )
instant( -- duration )
julian-day-number( year month day -- n )
julian-day-number>date( n -- year month day )
micros>timestamp( x -- timestamp )
microseconds( x -- duration )
midnight( timestamp -- new-timestamp )
millis>timestamp( x -- timestamp )
milliseconds( x -- duration )
minutes( x -- duration )
minutes-per-year( -- ratio )
monday( timestamp -- new-timestamp )
month-abbreviation( n -- string )
month-abbreviations( -- value )
month-name( n -- string )
month-names( -- value )
months( x -- duration )
months-per-year( -- integer )
nanoseconds( x -- duration )
noon( timestamp -- new-timestamp )
not-a-month( -- * )
now( -- timestamp )
saturday( timestamp -- new-timestamp )
seconds( x -- duration )
seconds-per-year( -- integer )
since-1970( duration -- timestamp )
sunday( timestamp -- new-timestamp )
thursday( timestamp -- new-timestamp )
time*( obj1 obj2 -- obj3 )
time-since-midnight( timestamp -- duration )
timestamp>micros( timestamp -- n )
timestamp>millis( timestamp -- n )
tuesday( timestamp -- new-timestamp )
unix-1970( -- timestamp )
valid-timestamp?( timestamp -- ? )
wednesday( timestamp -- new-timestamp )
weeks( x -- duration )
years( x -- duration )
zeller-congruence( year month day -- n )


クラス述語ワード
ワードスタック効果
duration?( object -- ? )
not-a-month?( object -- ? )
timestamp?( object -- ? )


ファイル
resource:basis/calendar/calendar.factor
resource:basis/calendar/calendar-docs.factor
resource:basis/calendar/calendar-tests.factor


resource:basis の子
ボキャブラリ概要
calendar.formatFormatting dates and times
calendar.modelTimestamp model updated every second
calendar.unixUnix-specific timezone support and C library time data types
calendar.windowsWindows-specific timezone support



ボキャブラリ概要
calendar.privatecalendar.private ボキャブラリ