ACE.AdsSetTime Method (IntPtr, String, String, Word) | |
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax STATIC METHOD AdsSetTime(
hObj AS IntPtr,
strFldName AS STRING,
strValue AS STRING,
wLen AS WORD
) AS DWORD
public static uint AdsSetTime(
IntPtr hObj,
string strFldName,
string strValue,
ushort wLen
)
Request Example
View SourceParameters
- hObj
- Type: IntPtr
- strFldName
- Type: String
- strValue
- Type: String
- wLen
- Type: Word
Return Value
Type:
DWordSee Also