WktDateTime Class
Summary:
Module: aspose.gis.common.formats.wkt
Full Name: aspose.gis.common.formats.wkt.WktDateTime
Inheritance: WktValue
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| WktDateTime(value) | Initializes a new instance of the WktDateTime class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| parent | WktCompositeValue | r | |
| value | string | r |
Methods
| Name | Description |
|---|---|
| create(wkt) | |
| get_hash_code() | |
| to_string() |
Constructor: WktDateTime(value)
WktDateTime(value)
Initializes a new instance of the WktDateTime class
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | string |
Method: create(wkt) [static]
create(wkt)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| wkt | string |
Returns
| Type | Description |
|---|---|
| WktCompositeValue |
Method: get_hash_code()
get_hash_code()
Returns
| Type | Description |
|---|---|
| int |
Method: to_string()
to_string()
Returns
| Type | Description |
|---|---|
| string |