|
MapGuide API Reference
|
| virtual MgDateTime* MgReader::GetDateTime | ( | INT32 | index | ) | [pure virtual] |
Gets the MgDateTime value of the specified property.
| virtual MgDateTime GetDateTime(int index); |
| virtual MgDateTime GetDateTime(int index); |
| virtual MgDateTime GetDateTime(int index); |
| index | (int) The position of the property in the list of properties belonging to the feature currently being read. |
| MgInvalidPropertyTypeException |