Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python Ruby SQL Server VBScript
|
Using DateTime with XMP C# XMP example code showing how to use the DateTime data type with the AddSimpleDate method. Chilkat.Xmp xmp = new Chilkat.Xmp();
xmp.UnlockComponent("anything for 30-day trial");
// Demonstrates how DateTime types can be used with AddSimpleDate
// to add date/time properties to an XMP:
Chilkat.Xml xml = xmp.NewXmp();
xmp.AddSimpleDate(xml,"Iptc4xmpCore:Chilkat",DateTime.Now);
xml.SaveXml("newXmp.xml");
Important: The download for this
example does not contain the ChilkatDotNet.dll which |
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2008 Chilkat Software, Inc. All Rights Reserved.