How to get the number of the week in datetimepicker just like in Mysql just use the function WEEK() and it will return the week number, simple as that.
example.
datetimepicker1.text = "9/9/2014"
'returns 36
just like in mysql. example.
WEEK(9/9/2014)
`returns 36