> > |
%META:TOPICINFO{author="BrentAFulgham" date="1093733377" format="1.0" version="1.1"}%
%META:TOPICPARENT{name="TimeIntroduction"}%
Erlang DateTime values are a set of tuples of the form:
Where Date and Time are defined as follows:
{Year, Month, Day} % Date
{Hour, Minute, Second} % Time
|
These tuples are used in all Erlang time or date-related functions,
with the exception of the various calendar module functions that
manipulate time in Epoch seconds.
-- BrentAFulgham - 28 Aug 2004
%META:FORM{name="CookbookForm"}%
%META:FIELD{name="TopicType" title="TopicType" value="Glossary"}%
%META:FIELD{name="ParentTopic" title="ParentTopic" value=""}%
%META:FIELD{name="TopicOrder" title="TopicOrder" value=""}% |