Click here to Skip to main content
15,914,165 members

Comments by KUMPREK (Top 7 by date)

KUMPREK 20-Sep-16 1:54am View    
The first code snippet show the not working code.
KUMPREK 15-Sep-15 1:42am View    
Can you please help me with some samples from where I can take reference for SSH/https, I am not sure how that's going to help my .exe, but still would like to know.
KUMPREK 7-Jan-15 7:05am View    
What's the constraint you are having to implement the interface methods?
This is straight forward insert and search operation on List.

Please elaborate if there is any more to this.
KUMPREK 7-Jan-15 6:31am View    
Maciej Los: My question was not how to show the date stuff, that I can of course do it as you mentioned, my question was how to have a property only to store date and exclude time. And seams that .Net don't have the possibility to do so..
KUMPREK 6-Jan-15 5:17am View    
Peter: The other solution that I could also think of is create another property and in the getter section of the property I will only return the Date part from DateTime.

But its very strange that C# don't provide data type for Date.