Scheduler for WPF and Silverlight | ComponentOne
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 CultureInfo
    public static CultureInfo Culture {get; set;}
    See Also