public virtual UncastData uncast() { //UPGRADE_NOTE: ref keyword was added to struct-type parameters. "ms-help://MS.VSCC.v80/dv_commoner/local/redirect.htm?index='!DefaultContextWindowIndex'&keyword='jlca1303'" return(new UncastData(DateUtils.formatDateTime(ref d, DateUtils.FORMAT_ISO8601))); }
/// <param name="data">The AnswerDataObject to be serialized /// </param> /// <returns> A String which contains a date in xsd:date /// formatting /// </returns> public virtual System.Object serializeAnswerData(DateTimeData data) { //UPGRADE_NOTE: ref keyword was added to struct-type parameters. "ms-help://MS.VSCC.v80/dv_commoner/local/redirect.htm?index='!DefaultContextWindowIndex'&keyword='jlca1303'" return(DateUtils.formatDateTime(ref new System.DateTime[] { (System.DateTime)data.Value }[0], DateUtils.FORMAT_ISO8601)); }