public static bool ShouldBe(
this DateTimeValue dtv,
int value
)
Dim dtv As DateTimeValue
Dim value As Integer
Dim returnValue As Boolean
returnValue = dtv.ShouldBe(value)
public:
[ExtensionAttribute]
static bool ShouldBe(
DateTimeValue^ dtv,
int value
)
No code example is currently available or this language may not be supported.