ITK Function Reference

(V10000.1.0.60_20160308.00)
Functions
tc_date.h File Reference

Date utility functions. More...

#include <unidefs.h>
#include <fclasses/libfclasses_exports.h>
#include <fclasses/libfclasses_undef.h>

Go to the source code of this file.

Functions

FCLASSES_API int DATE_convert_format_date_to_date_t (const char *date, const char *format_str, date_t *date_structure)
 
FCLASSES_API int DATE_convert_formatted_string_to_date (const char *date, const char *format, logical localized_default_format, logical stringent_check, date_t *date_structure)
 
FCLASSES_API int DATE_convert_iso_date_to_date_t (const char *date_string, date_t *date_structure)
 
FCLASSES_API int DATE_date_to_string (date_t date_struct, const char *format_str, char **date_str)
 
FCLASSES_API int DATE_default_date_format (char **date_str)
 
FCLASSES_API int DATE_get_internal_date_string_format (char **format_str)
 
FCLASSES_API int DATE_string_to_date (const char *date_str, const char *format_str, int *month, int *day, int *year, int *hour, int *minute, int *second)
 
FCLASSES_API int DATE_string_to_date_t (char *date, logical *date_is_valid, date_t *the_dt)
 

Detailed Description

Date utility functions.

This file contains the constants, data structures and function prototypes for working with the date utility.

Definition in file tc_date.h.