adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / DateTimeHandling Class / WeekOfMonth Method


In This Topic
    WeekOfMonth Method
    In This Topic
    Indicates what week of the month a value falls in.
    Syntax
    'Declaration
     
    
    Public Shared Function WeekOfMonth( _
       ByVal value As Date _
    ) As Integer
    public static int WeekOfMonth( 
       DateTime value
    )
    public:
    static int WeekOfMonth( 
       DateTime value
    ) 

    Parameters

    value
    See Also