|
TicksBaselinedTimestamp Method
|
Creates a new
Ticks value that represents a base-lined timestamp, in 100-nanoseconds
intervals, that begins at the beginning of the specified time interval.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax Remarks
Base-lining to the
Second would return the
Ticks
value starting at zero milliseconds.
Base-lining to the
Minute would return the
Ticks
value starting at zero seconds and milliseconds.
Base-lining to the
Hour would return the
Ticks
value starting at zero minutes, seconds and milliseconds.
Base-lining to the
Day would return the
Ticks
value starting at zero hours, minutes, seconds and milliseconds.
Base-lining to the
Month would return the
Ticks
value starting at day one, zero hours, minutes, seconds and milliseconds.
Base-lining to the
Year would return the
Ticks
value starting at month one, day one, zero hours, minutes, seconds and milliseconds.
See Also