BaselineTimeInterval Enumeration

Time intervals enumeration used by BaselinedTimestamp(BaselineTimeInterval) method.

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
public enum BaselineTimeInterval

Members

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