Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / 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 System.Date _
    ) As System.Integer
    public System.int GetWeekOfYear( 
       System.DateTime date
    )

    Parameters

    date
    See Also