DataOutputWriteDate Method |
Write a date to the DataOutput.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void WriteDate(
DateTime value
)
Public Sub WriteDate (
value As DateTime
)
public:
void WriteDate(
DateTime value
)
member WriteDate :
value : DateTime -> unit
Parameters
- value
- Type: SystemDateTime
The date value to write.
See Also