| 
            
              BaselineTimeInterval Enumeration
             | 
          
        
        
        
        Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxpublic enum BaselineTimeInterval
Public Enumeration BaselineTimeInterval
public enum class BaselineTimeInterval
type BaselineTimeInterval
GSF.BaselineTimeInterval = function();
GSF.BaselineTimeInterval.createEnum('GSF.BaselineTimeInterval', false);
Members| Member name | Value | Description | 
|---|
| Second | 0 | 
            Baseline timestamp to the second (i.e., starting at zero milliseconds).
             | 
| Minute | 1 | 
            Baseline timestamp to the minute (i.e., starting at zero seconds and milliseconds).
             | 
| Hour | 2 | 
            Baseline timestamp to the hour (i.e., starting at zero minutes, seconds and milliseconds).
             | 
| Day | 3 | 
            Baseline timestamp to the day (i.e., starting at zero hours, minutes, seconds and milliseconds).
             | 
| Month | 4 | 
            Baseline timestamp to the month (i.e., starting at day one, zero hours, minutes, seconds and milliseconds).
             | 
| Year | 5 | 
            Baseline timestamp to the year (i.e., starting at month one, day one, zero hours, minutes, seconds and milliseconds).
             | 
See Also