Searched +refs:generate +refs:calendar +refs:month (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.pm124 month => { type => SCALAR, default => 1,
132 { 'an integer which is a possible valid day of month' =>
178 Carp::croak( "Invalid day of month (day = $p{day} - month = $p{month} - year = $p{year})\n" )
179 if $p{day} > $class->_month_length( $p{year}, $p{month} );
202 $class->_ymd2rd( @p{ qw( year month day ) } );
252 qw( year month day hour minute second nanosecond
404 @{ $self->{local_c} }{ qw( year month day day_of_week
420 @{ $self->{utc_c} }{ qw( year month da
644 sub month { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime/lib/DateTime/
H A DDuration.pm420 end of a month is handled.
423 end of the new month will roll over into the following month. For
426 If you specify "end_of_month" mode as "limit", the end of the month is
433 of the month the new date will also be. For instance, adding one
434 month to Feb 29, 2000 will result in Mar 31, 2000.
510 Indicates what mode is used for end of month wrapping.
518 Returns a new object with the same I<calendar> delta (months and days
519 only) and end of month mode as the current object.
524 and nanoseconds) and end of month mod
[all...]

Completed in 83 milliseconds