Class TimeAndDateConverterFactory
  
  
  
  
    Inheritance
    System.Object
    TimeAndDateConverterFactory
   
  
  Assembly: Vortex.Presentation.Controls.Wpf.dll
  Syntax
  
    class TimeAndDateConverterFactory
   
  Constructors
  
  
  
  
  TimeAndDateConverterFactory(Object)
  
  
  Declaration
  
    public TimeAndDateConverterFactory(object context)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        context | 
         | 
      
    
  
  Fields
  
  
  
  Context
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Object | 
         | 
      
    
  
  Properties
  
  
  
  
  Converter
  
  
  Declaration
  
    public IValueConverter Converter { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Windows.Data.IValueConverter | 
         | 
      
    
  
  Methods
  
  
  
  
  
  
  
  Declaration
  
    TimeFormatAttribute GetTimeFormatAttribute(IVortexElement onlinerTimeOfDay)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | TimeFormatAttribute | 
         | 
      
    
  
  
  
  
  IsOnlinerTimeObject(Object)
  
  
  Declaration
  
    protected bool IsOnlinerTimeObject(object obj)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        obj | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Extension Methods