Home > Source > Stamping > get_year.m

get_year

PURPOSE ^

==============================================================

SYNOPSIS ^

function year = get_year(void)

DESCRIPTION ^

 ==============================================================
 GET_YEAR: Return set year (to save modification efforts i.e.
 centralisation of parameters.)


    GENERAL

      year = get_year(void)

    INPUT/S

      -void:
           Unused.

    OUTPUT/S

      -year:
           The requested string

    PENDING WORK

      -

    KNOWN BUG/S

      -None.

    COMMENT/S

      -

    RELATED FUNCTION/S

      GET_VERSION GET_MONTH 

    ABOUT

      -Created:     February 16th, 2004
      -Last update: February 17th, 2004
      -Revision:    0.0.2
      -Author:      R. S. Schestowitz, University of Manchester
 ==============================================================

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function year = get_year(void)
0002 % ==============================================================
0003 % GET_YEAR: Return set year (to save modification efforts i.e.
0004 % centralisation of parameters.)
0005 %
0006 %
0007 %    GENERAL
0008 %
0009 %      year = get_year(void)
0010 %
0011 %    INPUT/S
0012 %
0013 %      -void:
0014 %           Unused.
0015 %
0016 %    OUTPUT/S
0017 %
0018 %      -year:
0019 %           The requested string
0020 %
0021 %    PENDING WORK
0022 %
0023 %      -
0024 %
0025 %    KNOWN BUG/S
0026 %
0027 %      -None.
0028 %
0029 %    COMMENT/S
0030 %
0031 %      -
0032 %
0033 %    RELATED FUNCTION/S
0034 %
0035 %      GET_VERSION GET_MONTH
0036 %
0037 %    ABOUT
0038 %
0039 %      -Created:     February 16th, 2004
0040 %      -Last update: February 17th, 2004
0041 %      -Revision:    0.0.2
0042 %      -Author:      R. S. Schestowitz, University of Manchester
0043 % ==============================================================
0044 
0045 year = '2004';

Generated on Thu 13-May-2004 18:00:46 by m2html © 2003