|   | DateTimeExtensionsBaselinedTimestamp Method | 
        
        Creates a baselined timestamp which begins at the specified time interval.
        
        Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntax Remarks
Remarks
            Baselining to the 
Second would return the 
DateTime
            value starting at zero milliseconds.
            Baselining to the 
Minute would return the 
DateTime
            value starting at zero seconds and milliseconds.
            Baselining to the 
Hour would return the 
DateTime
            value starting at zero minutes, seconds and milliseconds.
            Baselining to the 
Day would return the 
DateTime
            value starting at zero hours, minutes, seconds and milliseconds.
            Baselining to the 
Month would return the 
DateTime
            value starting at day one, zero hours, minutes, seconds and milliseconds.
            Baselining to the 
Year would return the 
DateTime
            value starting at month one, day one, zero hours, minutes, seconds and milliseconds.
            
 See Also
See Also