Version

DateInfoProvider Class Properties

For a list of all members of this type, see DateInfoProvider members.

Public Properties
 NameDescription
Public PropertyAMDesignatorReturns the designator string for morning hours (read-only)  
Public PropertyAMDesignatorLowercaseReturns and caches the AMDesignator converted to lowercase (read-only)  
Public PropertyCalendarReturns the calendar (read-only)  
Public Propertystatic (Shared in Visual Basic)CurrentProviderReturns the provider for the System.Globalization.CultureInfo.CurrentCulture (read-only)  
Public PropertyDateSeparatorReturns the separator between year, month and day (read-only)  
Public PropertyDateTimeFormatInfoReturns the object that contains the format info for dates and times (read-only)  
Public PropertyDisplayTimeIn24HourFormatReturns true if time should be displayed in 24 hour format or false to dispay in 12 hour format with AM and PM designators  
Public PropertyHourPatternReturns the pattern to use to display just hours  
Public PropertyMaxSupportedDateTimeReturns the latest date time that is supported (read-only)  
Public PropertyMinSupportedDateTimeReturns the earliest date time that is supported (read-only)  
Public PropertyPMDesignatorReturns the designator string for afternoon hours (read-only)  
Public PropertyPMDesignatorLowercaseReturns and caches the PMDesignator converted to lowercase (read-only)  
Public PropertyTimeSeparatorReturns the separator between hours, minutes and seconds (read-only)  
See Also