c#
StatCounter
View My Stats
Tuesday, February 5, 2008
Create a DataTime With a user Specified Time
Create a DataTime With a user Specified Time
DateTime SlotEndTime =DataTime.Now;
SlotEndTime = new DateTime(SlotEndTime.Year, SlotEndTime.Month, SlotEndTime.Day, 9, 30, 0);
SlotEndTime -Have the Date of today with the Time-9.30 AM
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Name value collection in C#
Name value collection in C# The name value collection is same like the HashTable. We can set the Object value and the Key to that par...
Taskkill.exe (Kill the task that running on local and remote machine)
Taskkill.exe (Kill the task that running on local and remote machine) Examples: TASKKILL /S system /F /IM notepad.exe /T TASKK...
What are Structural Design Patterns?
What are Structural Design Patterns? A structural design pattern establishes a relationship between entities. Thus making it easier for...
No comments:
Post a Comment