StiFunctionsDateWeekOfMonth Method (DateTime) | 
 
            Returns the week of the month that includes the date in the specified DateTime value.
            
 
    Namespace: 
   Stimulsoft.Report.Dictionary
    Assembly:
   Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntaxpublic static long WeekOfMonth(
	DateTime date
)
Public Shared Function WeekOfMonth ( 
	date As DateTime
) As Long
Parameters
- date
 - Type: SystemDateTime
[Missing <param name="date"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsDate.WeekOfMonth(System.DateTime)"]
 
Return Value
Type: 
Int64[Missing <returns> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsDate.WeekOfMonth(System.DateTime)"]
See Also