CAML Query로 Date 및 Time 를 쿼리할 때가 있다.
U2U CAML tool 이용할 경우, 지원이 되지 않아,
쿼리문에 IncludeTimeValue=\"TRUE\" 를 추가하면 된다.
System.Text.StringBuilder QueryBuilder = new System.Text.StringBuilder(); QueryBuilder.Append(""); QueryBuilder.Append(" ");"); QueryBuilder.Append(" "); QueryBuilder.Append(""); QueryBuilder.Append(" " + SPUtility.CreateISO8601DateTimeFromSystemDateTime(DateTime.Now.AddDays(10)) + " "); QueryBuilder.Append("
'Solution Platform' 카테고리의 다른 글
MOSS - Workflow Using InfoPath Form (1) | 2009.08.19 |
---|---|
받는 전자 메일 구성 - MOSS (0) | 2009.08.18 |
리스트 아이템에 권한 변경에 관련된 정리 (1) | 2009.07.27 |
Run a workflow as a specific user using code (0) | 2009.07.23 |
개발 시 유의 사항(코딩) (0) | 2009.07.23 |