Gets the MgDateTime value of the specified property.
.NET Syntax
virtual MgDateTime GetDateTime(string propertyName);
|
Java Syntax
virtual MgDateTime GetDateTime(String propertyName);
|
PHP Syntax
virtual MgDateTime GetDateTime(string propertyName);
|
- Parameters:
-
| propertyName | (String/string) The property name. |
- Returns:
- Returns an MgDateTime object.
- Exceptions:
-
| MgInvalidPropertyTypeException. | |