42件ヒット
[1-42件を表示]
(0.099秒)
ライブラリ
- date (24)
-
shell
/ command-processor (6) - win32ole (12)
クラス
- Date (24)
-
Shell
:: CommandProcessor (6) -
WIN32OLE
_ VARIABLE (12)
キーワード
- asctime (12)
-
ole
_ type _ detail (12)
検索結果
先頭4件
-
Shell
:: CommandProcessor # ctime(filename) -> Time (21108.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列か IO オブジェクトを指定します。
@see File.ctime... -
Date
# ctime -> String (21102.0) -
asctime(3) 書式の文字列を返します (ただし、末尾の "\n\0" は除く)。
...asctime(3) 書式の文字列を返します (ただし、末尾の "\n\0" は除く)。... -
Date
# asctime -> String (9102.0) -
asctime(3) 書式の文字列を返します (ただし、末尾の "\n\0" は除く)。
...asctime(3) 書式の文字列を返します (ただし、末尾の "\n\0" は除く)。... -
WIN32OLE
_ VARIABLE # ole _ type _ detail -> [String] (6107.0) -
変数の型と属性を取得します。
... do |v|
puts "#{v.ole_type} [#{v.ole_type_detail.join(', ')}] #{v.name}"
end
出力結果
Unknown Type 31 [] pwcsName # => VT_LPWSTR はWIN32OLE::VARIANTで未定義なので変換できない
UI4 [UI4] type
_ULARGE_INTEGER [USERDEFINED, _ULARGE_INTEGER] cbSize
_FILETIME [USERDEFINED......, _FILETIME] mtime
_FILETIME [USERDEFINED, _FILETIME] ctime
_FILETIME [USERDEFINED, _FILETIME] atime
UI4 [UI4] grfMode
UI4 [UI4] grfLocksSupported
GUID [USERDEFINED, GUID] clsid
UI4 [UI4] grfStateBits
UI4 [UI4] reserved
上例のように、WIN32OLE_VARIABLEで取得できる変数あるい...