Click or drag to resize

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.Wmd
Assembly: 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
)

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

String

Implements

IWormsWmdRecordGetTimeStr(Int32, Boolean, String)
See Also