C# Class RusticiSoftware.TinCanAPILibrary.Model.NullableDateTime

ファイルを表示 Open project: RusticiSoftware/TinCanAPILibraryCSharp

Public Properties

Property Type Description
Value System.DateTime

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
NullableDateTime ( System.DateTime Value ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

NullableDateTime() public method

public NullableDateTime ( System.DateTime Value ) : System
Value System.DateTime
return System

Property Details

Value public_oe property

public DateTime,System Value
return System.DateTime