Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to determine the week number of a given day in the year?



How to determine the week number of a given day in the year?..

Answer / Punit Kumar Rana

To find the week number of a given day in Delphi, you can use the GetWeekNumber function from the DateUtils unit. Here's an example:nn```delphinfunction GetWeekNumber(const ADate: TDateTime): Integer;nbeginn Result := WeekOfYear(ADate);nend;n```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Delphi Interview Questions

How to prevent the user from moving or sizing my form?

1 Answers  


Specify a DefaultExpression for a TField object?

1 Answers  


How to Pass a function to a procedure or vice versa?

1 Answers  


Is there any way to record a keyboard macro in the IDE?

1 Answers  


How to Determine if a combobox is in dropped state?

1 Answers  


How to Use escape codes with the format() function ?

1 Answers  


How to detect the full path or filename of a DLL?

1 Answers  


what are the Font problems on NT 4.0?

1 Answers  


How to Use global values in our application ?

1 Answers  


How to Create a rotated font?

1 Answers  


What are the available Alternate security databases ?

1 Answers  


What is a good BDE Alternative?

1 Answers   IBM,


Categories