Click or drag to resize

BaselineTimeInterval Enumeration

Time intervals enumeration used by BaselinedTimestamp(BaselineTimeInterval) method.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntax
public enum BaselineTimeInterval
Members
Member nameValueDescription
Second0 Baseline timestamp to the second (i.e., starting at zero milliseconds).
Minute1 Baseline timestamp to the minute (i.e., starting at zero seconds and milliseconds).
Hour2 Baseline timestamp to the hour (i.e., starting at zero minutes, seconds and milliseconds).
Day3 Baseline timestamp to the day (i.e., starting at zero hours, minutes, seconds and milliseconds).
Month4 Baseline timestamp to the month (i.e., starting at day one, zero hours, minutes, seconds and milliseconds).
Year5 Baseline timestamp to the year (i.e., starting at month one, day one, zero hours, minutes, seconds and milliseconds).
See Also

Reference

GSF Namespace