C# Class Dse.Auth.Sspi.TimeStamp

ファイルを表示 Open project: datastax/csharp-driver-dse

Public Properties

Property Type Description
Epoch System.DateTime

Public Methods

Method Description
ToDateTime ( ) : System.DateTime

Converts the TimeStamp to an equivalant DateTime object. If the TimeStamp represents a value larger than DateTime.MaxValue, then DateTime.MaxValue is returned.

Method Details

ToDateTime() public method

Converts the TimeStamp to an equivalant DateTime object. If the TimeStamp represents a value larger than DateTime.MaxValue, then DateTime.MaxValue is returned.
public ToDateTime ( ) : System.DateTime
return System.DateTime

Property Details

Epoch public_oe static_oe property

public static DateTime,System Epoch
return System.DateTime