# XAML Quick Reference

## Content



This topic is dedicated to providing a quick overview of the XAML used to create a **C1DateTimePicker** control. The XAML markup in this section illustrates how to create a **C1DateTimePicker** control with its date and time set and its date format set.

```auto
<c1datetime:C1DateTimePicker DateTime="1/17/2010 11:04 AM" DateFormat="Long">
```