About

2011年04月08日 16:41に投稿されたエントリーのページです。

ひとつ前の投稿は「S2Dao.Netで複数のテーブルを結合したレコードを取得」です。

次の投稿は「[VB.NET]FtpWebRequestで(550)エラー」です。

他にも多くのエントリーがあります。メインページアーカイブページも見てください。

Powered by
Movable Type 3.35

« S2Dao.Netで複数のテーブルを結合したレコードを取得 | メイン | [VB.NET]FtpWebRequestで(550)エラー »

[SPREAD]DateTimeCellTypeの日付書式の設定

DateTimeCellTypeの日付書式の設定方法

Dim dtCellType As New Spread.CellType.DateTimeCellType
dtCellType.DateTimeFormat = FarPoint.Win.Spread.CellType.DateTimeFormat.UserDefined
 dtCellType.UserDefinedFormat = "yyyy/MM/dd HH:mm:ss"

_sheet.Columns(0).CellType = dtCellType

2011年08月
Sun Mon Tue Wed Thu Fri Sat
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31