CWormsWmdRecordGetTimeStr(Int32, Boolean, String) Method |
Note: This API is now obsolete.
Retrieves the value of a specified FID as a string in Time format.
Namespace: Woti.WmdAssembly: Woti (in Woti.dll) Version: 13.4.259.0
Syntax[ObsoleteAttribute("Use GetDateTimeUtc() and format the result.")]
public virtual string GetTimeStr(
int lFid,
bool bUtc,
string sFormat
)
<ObsoleteAttribute("Use GetDateTimeUtc() and format the result.")>
Public Overridable Function GetTimeStr (
lFid As Integer,
bUtc As Boolean,
sFormat As String
) As String
public:
[ObsoleteAttribute(L"Use GetDateTimeUtc() and format the result.")]
virtual String^ GetTimeStr(
int lFid,
bool bUtc,
String^ sFormat
)
Parameters
- lFid Int32
-
- bUtc Boolean
- Specifies local or UTC (Zulu) time.
- sFormat String
- Time format string to apply to the output. See MSDN GetTimeFormat documentation for help on formatting strings.
Return Value
StringImplements
IWormsWmdRecordGetTimeStr(Int32, Boolean, String)
See Also