Table of Contents

Struct DateTimeToken

Namespace
OdfKit.Styles
Assembly
OdfKit.dll

表示日期時間格式化語彙基元的唯讀值型別。

public readonly struct DateTimeToken
Inherited Members

Constructors

DateTimeToken(string, bool)

表示日期時間格式化語彙基元的唯讀值型別。

public DateTimeToken(string token, bool isLiteral)

Parameters

token string

格式化語彙基元字串

isLiteral bool

指出該語彙基元是否為字面值

Properties

IsLiteral

Gets a value indicating the IsLiteral state. 取得一個值,指出該語彙基元是否為字面值。

public bool IsLiteral { get; }

Property Value

bool

Token

Gets the Token value. 取得格式化語彙基元字串。

public string Token { get; }

Property Value

string