ArrowStrftimeOptions

描述

class Arrow.StrftimeOptions : Arrow.FunctionOptions {
  parent_instance: GArrowFunctionOptions
}
暂无描述。

构造函数

garrow_strftime_options_new
暂无描述。

自:16.0.0 起

实例方法

继承自 GArrowFunctionOptions 的方法 (2)
garrow_function_options_equal
暂无描述。

自:7.0.0 起

garrow_function_options_to_string
暂无描述。

自:7.0.0 起

继承自 GObject 的方法 (43)

请参阅 GObject 获取完整的方法列表。

属性

Arrow.StrftimeOptions:format

所需的格式字符串。

自:16.0.0 起

Arrow.StrftimeOptions:locale

所需的输出区域设置字符串。

自:16.0.0 起

信号

继承自 GObject 的信号 (1)
GObject::notify

当对象的某个属性的值通过 g_object_set_property()、g_object_set() 等设置时,会发出 notify 信号。

类结构

struct ArrowStrftimeOptionsClass {
  GArrowFunctionOptionsClass parent_class;
  
}
暂无描述。
类成员
parent_class: GArrowFunctionOptionsClass
暂无描述。