 | AnalysisTimestamp Property |
[This is preliminary documentation and is subject to change.]
The analysis timestamp
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic DateTime Timestamp { get; set; }
Public Property Timestamp As DateTime
Get
Set
Dim instance As Analysis
Dim value As DateTime
value = instance.Timestamp
instance.Timestamp = value
function get Timestamp () : DateTime
function set Timestamp (value : DateTime)
function get_Timestamp();
function set_Timestamp(value);
Property Value
Type:
DateTime
See Also