NVelocity
Class SupportClass.DateTimeFormatManager.DateTimeFormatHashTable

Constructor Summary
SupportClass.DateTimeFormatManager.DateTimeFormatHashTable()
        Initializes a new instance of the DateTimeFormatHashTable class.

Properties inherited from class System.Collections.Hashtable
comparer, Count, hcp, IsFixedSize, IsReadOnly, IsSynchronized, Item, Keys, SyncRoot, Values

Method Summary
string GetDateFormatPattern(System.Globalization.DateTimeFormatInfo format)
string GetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format)
void SetDateFormatPattern(System.Globalization.DateTimeFormatInfo format, string newPattern)
void SetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format, string newPattern)

Methods inherited from class System.Collections.Hashtable
Add, Clear, Clone, Contains, ContainsKey, ContainsValue, CopyTo, GetEnumerator, GetHash, GetObjectData, IEnumerable.GetEnumerator, KeyEquals, OnDeserialization, Remove

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Constructor Detail

SupportClass.DateTimeFormatManager.DateTimeFormatHashTable

public SupportClass.DateTimeFormatManager.DateTimeFormatHashTable()

Initializes a new instance of the DateTimeFormatHashTable class.

Method Detail

GetDateFormatPattern

public string GetDateFormatPattern(System.Globalization.DateTimeFormatInfo format)


GetTimeFormatPattern

public string GetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format)


SetDateFormatPattern

public void SetDateFormatPattern(System.Globalization.DateTimeFormatInfo format,
                                 string newPattern)


SetTimeFormatPattern

public void SetTimeFormatPattern(System.Globalization.DateTimeFormatInfo format,
                                 string newPattern)