MonthCalendarDateTimeFormat Property
Gets or sets the
DateTimeFormatInfo object that formats
values based on the current culture.
Example: DateTimeFormatInfo myDTFI = new CultureInfo("en-US", false).DateTimeFormat;
Namespace: BeeMobile.MonthCalendarAssembly: BeeMobile.MonthCalendar.NET48 (in BeeMobile.MonthCalendar.NET48.dll) Version: 4.8.0.2
public virtual DateTimeFormatInfo DateTimeFormat { get; set; }
Public Overridable Property DateTimeFormat As DateTimeFormatInfo
Get
Set
Property Value
DateTimeFormatInfo