IWormsWmdRecordGetDateStr(Int32, Boolean) Method |
Note: This API is now obsolete.
Namespace: Woti.WmdAssembly: Woti (in Woti.dll) Version: 13.4.259.0
Syntax[ObsoleteAttribute("Use GetDateTimeUtc() and format the result.")]
string GetDateStr(
int lFid,
bool bUtc
)
<ObsoleteAttribute("Use GetDateTimeUtc() and format the result.")>
Function GetDateStr (
lFid As Integer,
bUtc As Boolean
) As String
[ObsoleteAttribute(L"Use GetDateTimeUtc() and format the result.")]
String^ GetDateStr(
int lFid,
bool bUtc
)
Parameters
- lFid Int32
-
- bUtc Boolean
-
Return Value
String
See Also