PowerTools PlusPak for Windows Forms 8.0J
ToJulian メソッド

変換元となるDateTime型の日付
指定したDateTime型の日付に相当するユリウス暦(日数)を戻します。
構文
Public Shared Function ToJulian( _
   ByVal date As Date _
) As Long
public static long ToJulian( 
   DateTime date
)

パラメータ

date
変換元となるDateTime型の日付

戻り値の型

指定したDateTimeに等価なユリウス暦の日数
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

DateTimeEx クラス
DateTimeEx メンバ

Send Feedback