public static implicit operator int (
DateTimeValue dtv
)Dim input As DateTimeValue
Dim output As Integer
output = CType(input, Integer)static implicit operator int (
DateTimeValue^ dtv
)No code example is currently available or this language may not be supported.[Missing <param name="dtv"/> documentation for "M:MoreDateTime.DateTimeValue.op_Implicit(MoreDateTime.DateTimeValue)~System.Int32"]