Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
Ruby
SQL Server
VBScript
Using DateTime with XMPDownload: Chilkat .NET Assemblies 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 |
© 2000-2012 Chilkat Software, Inc. All Rights Reserved.