共用方式為


DateTimeFormat 類別

定義

指定日期時間格式選項。

public ref class DateTimeFormat
public class DateTimeFormat
type DateTimeFormat = class
Public Class DateTimeFormat
繼承
DateTimeFormat

建構函式

DateTimeFormat(String, IFormatProvider)

使用格式字串和格式提供者,初始化 DateTimeFormat 類別的新實例。

DateTimeFormat(String)

使用格式字串,初始化 DateTimeFormat 類別的新實例。

屬性

DateTimeStyles

取得或設定格式化選項,這些選項會自定義某些日期和時間剖析方法的字串剖析。

FormatProvider

取得控制項格式設定的物件。

FormatString

取得格式字串,以控制當日期或時間表示為字串時所產生的格式。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設哈希函式。

(繼承來源 Object)
GetType()

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()

傳回表示目前 物件的字串。

(繼承來源 Object)

適用於