 | CSTRrScanTime Method |
Convert a time string to a GX real.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static double rScanTime(
CGXNETCore gxNetShared,
string str_val,
int type
)
public static double rScanTime(
CGXNETCore gxNetShared,
string str_val,
int type
)
Public Shared Function rScanTime (
gxNetShared As CGXNETCore,
str_val As String,
type As Integer
) As Double
Public Shared Function rScanTime (
gxNetShared As CGXNETCore,
str_val As String,
type As Integer
) As Double
public:
static double rScanTime(
CGXNETCore^ gxNetShared,
String^ str_val,
int type
)
public:
static double rScanTime(
CGXNETCore^ gxNetShared,
String^ str_val,
int type
)
static member rScanTime :
gxNetShared : CGXNETCore *
str_val : string *
type : int -> float
static member rScanTime :
gxNetShared : CGXNETCore *
str_val : string *
type : int -> float
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - str_val
- Type: SystemString
Date string - type
- Type: SystemInt32
<define>TIME_FORMAT</define>
Return Value
Type:
DoubleResulting Real, <define>rDUMMY</define> if conversion fails.
RemarksOLD usage, use ScanForm_STR instead.
See Also