|
Tutorial - Title Text
|
| | |
Title is the text between arrows on top.
The default is today's date.
|
|
Customize title using HTML and styles.
myCal.TitleText = "<span style='color:crimson'>My Personal Calendar</span>";
|
|
| | |
Set different date formats.
myCal.TitleText = DateTime.Now.ToString("dd/MM/yy");
|
|
myCal.TitleText = DateTime.Now.ToString("dd.MM.yyyy");
For more date formats please visit MSDN
|
|
Text and a formatted current date.
myCal.TitleText = "Today - " + DateTime.Now.ToString("dd.MM.yyyy");
|
|
| | |
| "We’re very happy customers. Thanks for the great turnaround time and attention with your tech support.Thanks." |
Chris LoPresto |
| Microdesk, Inc. |
| | |
|