/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* 61haes_r714 src/43haes/lib/libclres/cltimer.cre 1.3 */ /* */ /* Licensed Materials - Property of IBM */ /* */ /* Restricted Materials of IBM */ /* */ /* COPYRIGHT International Business Machines Corp. 2002,2008 */ /* All Rights Reserved */ /* */ /* US Government Users Restricted Rights - Use, duplication or */ /* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ /* */ /* IBM_PROLOG_END_TAG */ /* @(#)40 1.3 src/43haes/lib/libclres/cltimer.cre, hacmp, 61haes_r714 3/17/08 09:14:18 */ class HACMPtimer { char policy_name[129]; /* The name of the Timer policy */ char recurrence[8]; /* Reccuring frequency */ int year; /* 4 digit year */ int month; /* Jan = 0, Dec = 11 */ int day_of_month; /* 1 to 31 */ int week_day; /* Sun = 0, Sat = 6 */ int hour; /* 24 hour format */ int minutes; /* 0 to 59 */ };