|
MapGuide API Reference
|
| virtual MgDateTime* MgReader::GetDateTime | ( | CREFSTRING | propertyName | ) | [pure virtual] |
Gets the MgDateTime value of the specified property.
| virtual MgDateTime GetDateTime(string propertyName); |
| virtual MgDateTime GetDateTime(String propertyName); |
| virtual MgDateTime GetDateTime(string propertyName); |
| propertyName | (String/string) The property name. |
| MgInvalidPropertyTypeException |