Home > Source > Stamping > get_year.m

get_year

PURPOSE ^

GET_YEAR: Return set year (to save modification efforts i.e.

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

Generated on Fri 14-May-2004 10:05:30 by m2html © 2003