SPQuery query = new SPQuery(); query.Query = String.Format("<Where><Gt><FieldRef Name='Modified'/>" + "<Value Type='DateTime' StorageTZ='TRUE'>{0}</Value></Gt></Where>", SPUtility.CreateISO8601DateTimeFromSystemDateTime (DateTime.UtcNow.AddDays(-5)));
All the question that scared me now i am trying to scare them .. so that they cant scare others :)
Sunday, November 13, 2011
Subscribe to:
Post Comments (Atom)
Featured Posts
Installing vim openssh server openssh client build essential net tools i...
Installing Essential Packages in Ubuntu: `vim`, `opensshserver`, `opensshclient`, `buildessential`, and `nettools` When working on an Ubuntu...
-
Configuration config = HBaseConfiguration.create(); Job job = new Job(config,"ExampleReadWrite"); job.setJarByClass(MyReadWriteJo...
-
Print numbers in order : #!/bin/bash for i in $(seq 0 4) do for j in $(seq $i -1 0) do echo -n $j done echo done Will gi...
No comments:
Post a Comment
Thank you for Commenting Will reply soon ......