Home > Source > Stamping > get_month.m

get_month

PURPOSE ^

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

SYNOPSIS ^

function month = get_month(void)

DESCRIPTION ^

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


    GENERAL

      month = get_month(void)

    INPUT/S

      -void:
           Unused.

    OUTPUT/S

      -month:
           The requested string

    PENDING WORK

      -

    KNOWN BUG/S

      -None.

    COMMENT/S

      -

    RELATED FUNCTION/S

      GET_VERSION GET_YEAR 

    ABOUT

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

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