This intelligently speaks a date that you pass.. For example, "19940121" would be spoken January twenty-first Nineteen Nighty Four. The VAP file name that you pass in must be in a compatible format. In other words, the voice segments must be in certain prompt #’s. For example, the word ONE would need to be in prompt #1. For information on what phrases need to be where, please see the "SYSTEM VAP FORMAT" appendix. The SYSTEM VAP file can either be on disk or in memory. If you wish for a certain segment of the date be skipped, replace the numbers with XX. For example, XXXX0121 would speak January Twenty-First. The date format must by in YYYYMMDD format.
This intelligently speaks a date that you pass.. For example, "19940121" would be spoken January twenty-first Nineteen Nighty Four. The VAP file name that you pass in must be in a compatible format. In other words, the voice segments must be in certain prompt #’s. For example, the word ONE would need to be in prompt #1. For information on what phrases need to be where, please see the "SYSTEM VAP FORMAT" appendix. The SYSTEM VAP file can either be on disk or in memory. If you wish for a certain segment of the date be skipped, replace the numbers with XX. For example, XXXX0121 would speak January Twenty-First. The date format must by in YYYYMMDD format.
public static TermCode PlayDate(int,Source,VoiceFormat,byte[],int,string,string,int,string);
This intelligently speaks a date that you pass.. For example, "19940121" would be spoken January twenty-first Nineteen Nighty Four. The VAP file name that you pass in must be in a compatible format. In other words, the voice segments must be in certain prompt #’s. For example, the word ONE would need to be in prompt #1. For information on what phrases need to be where, please see the "SYSTEM VAP FORMAT" appendix. The SYSTEM VAP file can either be on disk or in memory. If you wish for a certain segment of the date be skipped, replace the numbers with XX. For example, XXXX0121 would speak January Twenty-First. The date format must by in YYYYMMDD format.
public static TermCode PlayDate(int,Source,VoiceFormat,string,int,string,string,int,string);