DdmReader.ReadTimestamp Method

Definition

Overloads

ReadTimestamp(Int32)
ReadTimestamp(Int32, Boolean)

ReadTimestamp(Int32)

public:
 DateTime ReadTimestamp(int codePage);
public DateTime ReadTimestamp (int codePage);
member this.ReadTimestamp : int -> DateTime
Public Function ReadTimestamp (codePage As Integer) As DateTime

Parameters

codePage
Int32

Returns

DateTime

Applies to

ReadTimestamp(Int32, Boolean)

public:
 DateTime ReadTimestamp(int codePage, bool % succeed);
public DateTime ReadTimestamp (int codePage, ref bool succeed);
member this.ReadTimestamp : int *  -> DateTime
Public Function ReadTimestamp (codePage As Integer, ByRef succeed As Boolean) As DateTime

Parameters

codePage
Int32
succeed
Boolean

Returns

DateTime

Applies to