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