ESB_TIMERECORD_T

この構造体はESB_DBREQINFO_T構造体で使用されます。フィールドは次のとおりです:

      Type ESB_TIMERECORD_T

   TimeValue   As Long           
   Seconds     As Integer        
   Minutes     As Integer        
   Hours       As Integer        
   Day         As Integer        
   Month       As Integer        
   Year        As Integer        
   Weekday     As Integer        
   Reserved    As Integer        
End Type
   

VBデータ型

フィールド

説明

As Long

TimeValue

1/1/70以降の秒単位の時間値

As Integer

Seconds

分の後の秒。値: 0-59。

As Integer

Minutes

時間の後の分。値: 0-59。

As Integer

Hours

深夜から数えた時間数。値: 0-23。

As Integer

Day

月の日付。値: 1-31。

As Integer

Month

1月から数えた月数。値: 0-11。1月=0。

As Integer

Year

1990年から数えた年数。

As Integer

Weekday

日曜から数えた日数。値: 0-6。日曜=0。