MESCIUS SPREAD for Windows Forms 15.0J
ConvertDateTimePartsToValue メソッド

指定した日付および時刻部分を日付および時刻値に変換します。
構文
'宣言
 
Protected Overridable Function ConvertDateTimePartsToValue( _
   ByVal pParams As GeneralFormatter.FpseDecodeParameters, _
   ByVal lCurrYear As Integer, _
   ByVal lCurrCentury As Integer, _
   ByVal usCentSplitYear As Integer, _
   ByRef retDateTimeObj As Object _
) As Integer

パラメータ

pParams
lCurrYear
lCurrCentury
usCentSplitYear
retDateTimeObj

戻り値の型

変換結果に関するビットフラグ:fpseDecodeDateResultsMask 0x03(ビット0および1) FPSE_DECODE_NODATE 0x00 // 文字列に日付が指定されていない fpseDecodeInvalidDate 0x01 // 日付は指定されているが、無効 fpseDecodeValidDate 0x02 // 日付が指定されていて、有効 fpseDecodeTimeResultsMask 0x0C(ビット3および4) FPSE_DECODE_NOTIME 0x00 // 文字列に時刻が指定されていない fpseDecodeInvalidTime 0x04 // 時刻は指定されているが、無効 fpseDecodeValidTime 0x08 // 時刻が指定されていて、有効
参照

GeneralFormatter クラス
GeneralFormatter メンバ

 

 


© MESCIUS inc. All rights reserved.