Click or drag to resize

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

Parameters

eFid  WOTI_EFid
 
bUtc  Boolean
Specifies local or UTC (Zulu) time.

Return Value

String

Implements

IWormsWmdRecordGetDateStr(WOTI_EFid, Boolean)
See Also