DateTimeFormatInfoStatic

DateTimeFormatInfoStatic


Provides static methods to retrieve various DateTimeFormatInfo objects.


Public:

Properties:

NameDescription
 CurrentInfo (get) Returns the DateTimeFormatInfo object associated with the current CultureInfo.  
 InvariantInfo (get) Returns the DateTimeFormatInfo object from the Invariant culture type.  

Methods:

NameDescription
 GetInstance Returns the DateTimeFormatInfo object associated with the supplied IFormatProvider.  
 ReadOnly Returns a ReadOnly version of a DateTimeFormatInfo object.  

Remarks

This class cannot be directly instantiated. To access the methods use the variable directly.

 Dim Culture As CultureInfo
 Set Culture = CultureInfo.CurrentInfo
 

See Also

Project CorLib Overview

Class DateTimeFormatInfoStatic Overview

DateTimeFormatInfo