 | CUSERMETASetMetaCreationDate Method |
Set the Meta Creation Date
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetMetaCreationDate(
double date
)
public void SetMetaCreationDate(
double date
)
Public Sub SetMetaCreationDate (
date As Double
)
Public Sub SetMetaCreationDate (
date As Double
)
public:
void SetMetaCreationDate(
double date
)
public:
void SetMetaCreationDate(
double date
)
member SetMetaCreationDate :
date : float -> unit
member SetMetaCreationDate :
date : float -> unit
Parameters
- date
- Type: SystemDouble
Date
See Also