DateTimeConstantAttribute(Int64) コンストラクター

定義

このインスタンスの日時を表す 100 ナノ秒のティック数を使用して、 DateTimeConstantAttribute クラスの新しいインスタンスを初期化します。

public:
 DateTimeConstantAttribute(long ticks);
public DateTimeConstantAttribute(long ticks);
new System.Runtime.CompilerServices.DateTimeConstantAttribute : int64 -> System.Runtime.CompilerServices.DateTimeConstantAttribute
Public Sub New (ticks As Long)

パラメーター

ticks
Int64

このインスタンスの日時を表す 100 ナノ秒ティックの数。

適用対象