Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pass a date as a parameter
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01547794
Message ID:
01547811
Views:
46
>Hi Viv. Thanks for replying.
>The actual parameter is coming from a 3rd Part Date control (Just allows entry of dates) and I want to pass this as a parameter to a method

Ah. Then it will depend on the control. If it's a .NET control then it probably *is* passing a DateTime (with a time of midnight). If that doesn't work then experiment - Bill's suggestion would be a good start.....

>>>Hi.
>>>I want to passs a Date (Not dateTime) as a parameter to a C# method, but intellisense does not bring up an option for a Date in the Method
>>>Is this possible ?
>>
>>No. There is no such thing as Date in .NET. What is the actual parameter ? (you can pass DateTime.Date but it is still a DateTime)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform