CWormsWmdRecordGetDateStr(WOTI_EFid, Boolean) Method |
Note: This API is now obsolete.
Retrieves the value of a specified FID as a string in Date format.
Namespace: Woti.WmdAssembly: Woti (in Woti.dll) Version: 13.4.271.0
Syntax[ObsoleteAttribute("Use GetDateTimeUtc() and format the result.")]
public virtual string GetDateStr(
WOTI_EFid eFid,
bool bUtc
)<ObsoleteAttribute("Use GetDateTimeUtc() and format the result.")>
Public Overridable Function GetDateStr (
eFid As WOTI_EFid,
bUtc As Boolean
) As Stringpublic:
[ObsoleteAttribute(L"Use GetDateTimeUtc() and format the result.")]
virtual String^ GetDateStr(
WOTI_EFid eFid,
bool bUtc
)
Parameters
- eFid WOTI_EFid
-
- bUtc Boolean
- Specifies local or UTC (Zulu) time.
Return Value
StringImplements
IWormsWmdRecordGetDateStr(WOTI_EFid, Boolean)
See Also