.. index:: pair: struct; P1::ImageSdkC::GpsDateTimeComponents
.. _doxid-struct_p1_1_1_image_sdk_c_1_1_gps_date_time_components:

struct P1::ImageSdkC::GpsDateTimeComponents
===========================================

.. toctree::
	:hidden:




.. ref-code-block:: cpp
	:class: doxyrest-overview-code-block

	#include <C_P1ImageCaptureImage.h>
	
	struct GpsDateTimeComponents
	{
		// fields
	
		bool :target:`hasDate<doxid-struct_p1_1_1_image_sdk_c_1_1_gps_date_time_components_1a4a3c7be8227e0b6eddbc3341aa9b5657>`;
		uint32_t :target:`year<doxid-struct_p1_1_1_image_sdk_c_1_1_gps_date_time_components_1a23adef4b65bb886255320f4e6adcad64>`;
		uint32_t :target:`month<doxid-struct_p1_1_1_image_sdk_c_1_1_gps_date_time_components_1aeb06987b5a8d3bab34ecfa10fc334883>`;
		uint32_t :target:`day<doxid-struct_p1_1_1_image_sdk_c_1_1_gps_date_time_components_1abc7231eddf46ff1a9e24549f2554536e>`;
		int :target:`hours<doxid-struct_p1_1_1_image_sdk_c_1_1_gps_date_time_components_1ab803eebd976155c817877f5b867e5f10>`;
		int :target:`minutes<doxid-struct_p1_1_1_image_sdk_c_1_1_gps_date_time_components_1a29054268fff2d9a3a01a8269561340e2>`;
		double :target:`seconds<doxid-struct_p1_1_1_image_sdk_c_1_1_gps_date_time_components_1a36cf6332773ee05eecdae7410e19698a>`;
		bool :target:`isGpsTime<doxid-struct_p1_1_1_image_sdk_c_1_1_gps_date_time_components_1a51d8f75bb8ce3c6cbf5f55c915f5e908>`;
	};