IPdxWriterWriteDate Method |
Write an collection to the IPdxWriter.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxIPdxWriter WriteDate(
string fieldName,
DateTime date
)
Function WriteDate (
fieldName As String,
date As DateTime
) As IPdxWriter
IPdxWriter^ WriteDate(
String^ fieldName,
DateTime date
)
abstract WriteDate :
fieldName : string *
date : DateTime -> IPdxWriter
Parameters
- fieldName
- Type: SystemString
The name of the field associated with the value. - date
- Type: SystemDateTime
The date to write.
Return Value
Type:
IPdxWriter
See Also