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;

Definition

Namespace: BeeMobile.MonthCalendar
Assembly: BeeMobile.MonthCalendar.NET48 (in BeeMobile.MonthCalendar.NET48.dll) Version: 4.8.0.2
C#
public virtual DateTimeFormatInfo DateTimeFormat { get; set; }

Property Value

DateTimeFormatInfo

See Also