IPdxReaderReadDate Method |
Read a Date from the data.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxDateTime ReadDate(
string fieldName
)
Function ReadDate (
fieldName As String
) As DateTime
DateTime ReadDate(
String^ fieldName
)
abstract ReadDate :
fieldName : string -> DateTime
Parameters
- fieldName
- Type: SystemString
The name of a member field whose value to read.
Return Value
Type:
DateTime
See Also