kintone上の日付データ型と合わせるための変換を行うクラス
このクラスは型宣言するためでなく、変換を行うために存在する(日付型は通常通りDatetime型で宣言する)
Inheritance Hierarchy
kintoneDotNET.API.TypeskintoneDatetime
Namespace: kintoneDotNET.API.Types
Assembly: kintoneDotNET (in kintoneDotNET.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
The kintoneDatetime type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | kintoneDatetime | Initializes a new instance of the kintoneDatetime class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | 指定した Object が、現在の Object と等しいかどうかを判断します。 (Inherited from Object.) |
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Inherited from Object.) |
![]() | GetHashCode | 特定の型のハッシュ関数として機能します。 (Inherited from Object.) |
![]() | GetType | 現在のインスタンスの Type を取得します。 (Inherited from Object.) |
![]() ![]() | kintoneToDatetime |
kintone上の時刻をDateTimeオブジェクトに変換する
|
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Inherited from Object.) |
![]() ![]() | toDatetime |
テキスト文字列からDateTime型に変換するユーティリティ関数
|
![]() ![]() | toKintoneFormat |
DateTime型変数をkintone上の時刻フィールドに変換する
|
![]() | ToString | 現在の Object を表す String を返します。 (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | DateTimeType | |
![]() ![]() | TimeType | |
![]() ![]() | YMDType |
Properties
Name | Description | |
---|---|---|
![]() ![]() | InitialValue |
kintone上の日付の初期値を取得する
|
Remarks
See Also