[Missing <summary> documentation for "P:TinCan.StatementBase.timestamp"]
Namespace: TinCanAssembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)
Syntax
C# |
---|
public Nullable<DateTime> timestamp { get; set; } |
Visual Basic |
---|
Public Property timestamp As Nullable(Of DateTime)
Get
Set |
Visual C++ |
---|
public:
property Nullable<DateTime> timestamp {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
} |
F# |
---|
member timestamp : Nullable<DateTime> with get, set
|
Property Value
Type:
Nullable<(Of <(<'DateTime>)>)>See Also