Struct DateTimeToken
表示日期時間格式化語彙基元的唯讀值型別。
public readonly struct DateTimeToken
- Inherited Members
Constructors
DateTimeToken(string, bool)
表示日期時間格式化語彙基元的唯讀值型別。
public DateTimeToken(string token, bool isLiteral)
Parameters
Properties
IsLiteral
Gets a value indicating the IsLiteral state. 取得一個值,指出該語彙基元是否為字面值。
public bool IsLiteral { get; }
Property Value
Token
Gets the Token value. 取得格式化語彙基元字串。
public string Token { get; }