Example #1
0
 void BinaryUtils::WriteDate(interop::InteropOutputStream* stream, const Date val)
 {
     stream->WriteInt64(val.GetMilliseconds());
 }