 | CSTRIFormatDate Method (CGXNETCore, Double, String, Int32, Int32) |
Convert a GX real to a date string.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void IFormatDate(
CGXNETCore gxNetShared,
double real,
ref string buff,
int width,
int type
)
public static void IFormatDate(
CGXNETCore gxNetShared,
double real,
ref string buff,
int width,
int type
)
Public Shared Sub IFormatDate (
gxNetShared As CGXNETCore,
real As Double,
ByRef buff As String,
width As Integer,
type As Integer
)
Public Shared Sub IFormatDate (
gxNetShared As CGXNETCore,
real As Double,
ByRef buff As String,
width As Integer,
type As Integer
)
public:
static void IFormatDate(
CGXNETCore^ gxNetShared,
double real,
String^% buff,
int width,
int type
)
public:
static void IFormatDate(
CGXNETCore^ gxNetShared,
double real,
String^% buff,
int width,
int type
)
static member IFormatDate :
gxNetShared : CGXNETCore *
real : float *
buff : string byref *
width : int *
type : int -> unit
static member IFormatDate :
gxNetShared : CGXNETCore *
real : float *
buff : string byref *
width : int *
type : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - real
- Type: SystemDouble
Date value in decimal years to format - buff
- Type: SystemString
Resulting string - width
- Type: SystemInt32
Width of the field - type
- Type: SystemInt32
<define>DATE_FORMAT</define>
See Also