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