next up previous contents index
Next: \designer Up: Diagram header specific operators Previous: \comment   Contents   Index

Subsections


\design_date

Description 

Design date of the model. This operator is followed by a date. Dates can be specified giving three integers MONTH DAY YEAR or using \today operator (cf. §[*] ). There isn't control on year value, third example is ambiguous and it is the responsibility of the author to guarantee the future readability.
This operator should only appear in a diagram header block.

Usage

  \design_date(\today);
  \design_date(1, 1, 2000); % the bug day
  \design_date(3, 29, 99);
  \design_date(1998);       % just for copyright

Formal structure

  \design_date(TODAY);
  \design_date(MONTH, DAY, YEAR);
  \design_date(YEAR);

Parameters

  TODAY
  Description    : Operator that return the current date (\today)
  Type           : Operator.

  MONTH
  Description    : Indicates the number of the month of design. 
  Type           : Integer.
  Allowed values : Integer values in range [1, 12].

  DAY
  Description    : Indicates the number of the day of design. 
  Type           : Integer.
  Allowed values : Integer values in range [1, 31].

  YEAR
  Description    : Indicates the number of the year of design. 
  Type           : Integer.
  Allowed values : Any integer value.



Doodle reference manual HTML version generated using LaTeX2HTML by Jérôme Gout, 2001-10-29
Doodle is hosted by Sourceforge, go to SourceForge Logo for more information
©2000-2001 Doodle