SetFieldAsNetDateTime

<< Click to Display Table of Contents >>

Navigation:  Template Object >

SetFieldAsNetDateTime

Previous pageReturn to chapter overviewNext page

Sets the value of a Field as .NET date / time.

method integer TVPETemplate.SetFieldAsNetDateTime(

string DataSourcePrefix,

string FieldName,

DateTime Value

)

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

DateTime Value

the .NET date / time value that shall be assigned to the Field

Returns:

Value

Description

True

If the field was found and its value could be set

False

otherwise

 

See also:

"dycodoc Template Processing" in the Programmer's Manual