Scheduler for WPF | ComponentOne
C1.Schedule Namespace / CalendarInfo Class / GetWeekOfYear Method

In This Topic
    GetWeekOfYear Method
    In This Topic
    returns week of year for the specified date according to the current culture settings
    Syntax
    'Declaration
     
    
    Public Function GetWeekOfYear( _
       ByVal date As Date _
    ) As Integer
    public int GetWeekOfYear( 
       DateTime date
    )

    Parameters

    date
    See Also