Class PatternParsingHandler
  
  
  
    Inheritance
    Object
    PatternParsingHandler
   
  
    Inherited Members
    
      Object.ToString()
    
    
      Object.Equals(Object)
    
    
      Object.Equals(Object, Object)
    
    
      Object.ReferenceEquals(Object, Object)
    
    
      Object.GetHashCode()
    
    
      Object.GetType()
    
    
      Object.MemberwiseClone()
    
   
  
  Assembly: Sdl.Core.Globalization.Async.dll
  Syntax
  
    public class PatternParsingHandler
   
  Constructors
  
  PatternParsingHandler()
  
  
  Declaration
  
    public PatternParsingHandler()
   
  Properties
  
  AbbreviatedDay
  
  
  Declaration
  
    public Action AbbreviatedDay { get; set; }
   
  Property Value
  
  
  AbbreviatedMonth
  
  
  Declaration
  
    public Action AbbreviatedMonth { get; set; }
   
  Property Value
  
  
  AmPm
  
  
  Declaration
  
    public Action AmPm { get; set; }
   
  Property Value
  
  
  AmPmAbbreviated
  
  
  Declaration
  
    public Action AmPmAbbreviated { get; set; }
   
  Property Value
  
  
  Era
  
  
  Declaration
  
    public Action Era { get; set; }
   
  Property Value
  
  
  FullDay
  
  
  Declaration
  
    public Action FullDay { get; set; }
   
  Property Value
  
  
  FullMonth
  
  
  Declaration
  
    public Action FullMonth { get; set; }
   
  Property Value
  
  
  Hour12
  
  
  Declaration
  
    public Action Hour12 { get; set; }
   
  Property Value
  
  
  Hour12LeadingZero
  
  
  Declaration
  
    public Action Hour12LeadingZero { get; set; }
   
  Property Value
  
  
  Hour24
  
  
  Declaration
  
    public Action Hour24 { get; set; }
   
  Property Value
  
  
  Hour24LeadingZero
  
  
  Declaration
  
    public Action Hour24LeadingZero { get; set; }
   
  Property Value
  
  
  LiteralChar
  
  
  Declaration
  
    public Action<char> LiteralChar { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | Action<Char> |  | 
    
  
  
  Minute
  
  
  Declaration
  
    public Action Minute { get; set; }
   
  Property Value
  
  
  MinuteLeadingZero
  
  
  Declaration
  
    public Action MinuteLeadingZero { get; set; }
   
  Property Value
  
  
  NumericDay
  
  
  Declaration
  
    public Action NumericDay { get; set; }
   
  Property Value
  
  
  NumericDayLeadingZero
  
  
  Declaration
  
    public Action NumericDayLeadingZero { get; set; }
   
  Property Value
  
  
  NumericMonth
  
  
  Declaration
  
    public Action NumericMonth { get; set; }
   
  Property Value
  
  
  NumericMonthLeadingZero
  
  
  Declaration
  
    public Action NumericMonthLeadingZero { get; set; }
   
  Property Value
  
  
  Second
  
  
  Declaration
  
    public Action Second { get; set; }
   
  Property Value
  
  
  SecondLeadingZero
  
  
  Declaration
  
    public Action SecondLeadingZero { get; set; }
   
  Property Value
  
  
  Space
  
  
  Declaration
  
    public Action Space { get; set; }
   
  Property Value
  
  
  Year2Digit
  
  
  Declaration
  
    public Action Year2Digit { get; set; }
   
  Property Value
  
  
  Year2DigitLeadingZero
  
  
  Declaration
  
    public Action Year2DigitLeadingZero { get; set; }
   
  Property Value
  
  
  Year4Digit
  
  
  Declaration
  
    public Action Year4Digit { get; set; }
   
  Property Value