MoreDateTime.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00021 #ifndef MOREDATETIME_H
00022 #define MOREDATETIME_H
00023
00024 #ifdef __cplusplus
00025 extern "C" {
00026 #endif
00027
00028 #include "MorePrefix.h"
00029
00030 #include <DateTime.h>
00031
00035 void MTimeDateTimeToDate( const DateTimeType* dateTime, DateType *date );
00036
00042 void MTimeYMDtoDateType( DateType *date, UInt16 year, UInt16 month,
00043 UInt16 day );
00044
00050 void MTimeDateTypeToYMD( const DateType *date, UInt16 *year, UInt16 *month,
00051 UInt16 *day );
00052
00053 #ifdef __cplusplus
00054 }
00055 #endif
00056
00057 #endif