Method ReadDateTime
ReadDateTime()
Reads an object of type System.
Declaration
public abstract DateTime ReadDateTime()
Returns
Type | Description |
---|---|
System. |
object read from the stream |
ReadDateTime(DateTime)
Reads an object of type System.
Declaration
public abstract DateTime ReadDateTime(DateTime defaultValue)
Parameters
Type | Name | Description |
---|---|---|
System. |
defaultValue | Default value to be used for deserializing old version of the object |
Returns
Type | Description |
---|---|
System. |
object read from the stream |