// ================================================ ==========================================
// Name: ZYQ. WebControls. Cultural. DateTimePick. DateTimePickLabel
// Asp. Net service control
// Version: 1.0.0.0
// Prepared By: Zhang Yuqing
// Date: 2003.2.12
// Email: raxzhang@sina.com
// Note: The control and source code are only for the Asp. Net Forum of the "Computer World" developer club to learn how to develop Asp.net.
// Developed on the server side. Do not use it for commercial purposes without your consent.
//
// ================================================ ==========================================
Using System;
Using System. Drawing. Design;
Using System. Globalization;
Using System. ComponentModel;
Using System. Web;
Using System. Web. UI;
Using System. Web. UI. WebControls;
Using ZYQ;
Namespace ZYQ. WebControls. Cultural. DateTimePick
{
# Region DateFormatOption
/// <Summary>
/// Enumeration class. Format type of DateTimeFormatInfo date and time
/// (Default, interval date, LongDate, FullDate, RFC1123, ISO8601, UniversalSortableDateTime, Interval time, LongTime, MonthDay, YearMonth)
/// </Summary>
Public enum DateFormatOption
{
Customer,
Expiry date,
LongDate,
FullDate,
RFC1123,
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.