time->calendar

Name

time->calendar -- Get calendar point for given time.

Type: function

Synopsis

time->calendar( t local?, year month monthday hour min sec yearday weekday);

Arguments

t

An instance of <time>

local?

An instance of <boolean>

Return Values

year

An instance of <fixnum>

month

An instance of <fixnum>

monthday

An instance of <fixnum>

hour

An instance of <fixnum>

min

An instance of <fixnum>

sec

An instance of <fixnum>

yearday

An instance of <fixnum>

weekday

An instance of <fixnum>

Description

Gets the calendar information for the given time.