Murach's C# 2008 How to work with dates and strings
First, this chapter shows you how to use the properties and
methods of the DateTime structure to work with dates and times.
Then, it shows you how to use the properties and methods of
the String and StringBuilder classes to manipulate the data
in strings, to validate user entries, and to format numbers,
dates, and times.
|
|
|
|
How to create a DateTime value |
250 |
|
How to get the current date and time |
252 |
|
How to format DateTime values |
252 |
|
How to get information about dates and
times |
254 |
|
How to perform operations on dates and
times |
256 |
|
|
The properties and methods of the String
class |
258 |
|
Code examples that work with strings |
260 |
|
More code examples that work with strings |
262 |
|
Two methods for validating user entries |
264 |
|
How to use the StringBuilder class |
266 |
|
|
How to format numbers |
268 |
|
How to format dates and times |
270 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|