Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / CalendarInfo Class / Culture Property

In This Topic
    Culture Property (CalendarInfo)
    In This Topic
    Gets or sets the CultureInfo object which holds culture-specific information used by C1Schedule components.
    Syntax
    'Declaration
     
    Public Shared Property Culture As System.Globalization.CultureInfo
    public static System.Globalization.CultureInfo Culture {get; set;}
    See Also