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