GetFieldAsOleDateTime

<< Click to Display Table of Contents >>

Navigation:  Template Object >

GetFieldAsOleDateTime

Previous pageReturn to chapter overviewNext page

[not in .NET]

Returns the value of a Field as OLE date / time.

method date TVPETemplate.GetFieldAsOleDateTime(

string DataSourcePrefix,

string FieldName

)

string DataSourcePrefix

prefix of the Data Source, this is the unique name of a Data Source as defined in dycodoc

string FieldName

name of the Data Source Field

Returns:

The OLE date / time value of the Field.

Remarks:

In case of an error, an exception is thrown (for example, if the field contained pure text that could not be converted to an OLE date / time value)

 

See also:

"dycodoc Template Processing" in the Programmer's Manual