|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
Time::tm(3pm) Perl Programmers Reference Guide Time::tm(3pm)
NAME
Time::tm - internal object used by Time::gmtime and Time::localtime
SYNOPSIS
Don't use this module directly.
DESCRIPTION
This module is used internally as a base class by Time::localtime And Time::gmtime functions. It
creates a Time::tm struct object which is addressable just like's C's tm structure from time.h;
namely with sec, min, hour, mday, mon, year, wday, yday, and isdst.
This class is an internal interface only.
AUTHOR
Tom Christiansen
perl v5.8.8 2001-09-21 Time::tm(3pm)
|
|