Click or drag to resize
TimeSeriesPointDateTime Property
Gets or sets the date and time.

Namespace: C2ExplorerServiceStack.Logic.Implementation
Assembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
public DateTime DateTime { get; set; }

Property Value

Type: DateTime
The date and time.

Implements

ITimeSeriesPointDateTime
See Also